Skip to content

Commit

Permalink
Fix issue where mix modal wasn't reseting after disable
Browse files Browse the repository at this point in the history
  • Loading branch information
smb2268 committed Aug 6, 2024
1 parent e2d392c commit 84c71eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export function Mix(props: MixProps): JSX.Element {
type: mixAction,
mixSettings: undefined,
})
onBack()
} else {
setCurrentStep(2)
}
Expand Down

0 comments on commit 84c71eb

Please sign in to comment.