Skip to content

Commit

Permalink
fix(FOROME-1655): Fixing reset popover (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyUstyumenko authored Oct 20, 2022
1 parent 735f56d commit 013cdb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const SolutionControlPopover = ({
const onApplyReset = () => {
onClose?.()
onReset(selected)
setIsConfirmOpen(false)
}

return (
Expand Down

0 comments on commit 013cdb6

Please sign in to comment.