Skip to content

Commit

Permalink
fix: Unable to delete multiple segment overrides at once (#3100)
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa authored Dec 7, 2023
1 parent c31322b commit 9e6e0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/web/components/SegmentOverrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ class TheComponent extends Component {
</div>,
() => {
this.props.value[i].toRemove = true
this.setState({ isLoading: false })
},
() => {
this.setState({ isLoading: false })
Expand Down

3 comments on commit 9e6e0ca

@vercel
Copy link

@vercel vercel bot commented on 9e6e0ca Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9e6e0ca Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 9e6e0ca Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-flagsmith.vercel.app
docs.flagsmith.com
docs.bullet-train.io
docs-git-main-flagsmith.vercel.app

Please sign in to comment.