Skip to content

Commit

Permalink
fix: feature specific segment (#4682)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg authored Oct 2, 2024
1 parent a265d74 commit a867ed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/web/components/modals/CreateFlag.js
Original file line number Diff line number Diff line change
Expand Up @@ -1328,10 +1328,10 @@ const CreateFlag = class extends Component {
/>
<SegmentOverrides
setShowCreateSegment={(
setShowCreateSegment,
showCreateSegment,
) =>
this.setState({
setShowCreateSegment,
showCreateSegment,
})
}
readOnly={isReadOnly}
Expand Down

0 comments on commit a867ed1

Please sign in to comment.