Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadtaimoor-deriv committed Jun 19, 2024
1 parent 1420ab5 commit 051d57a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const RiskManagementItem = observer(
)}
</ActionSheet.Content>
<ActionSheet.Footer
isPrimaryButtonDisabled={!!errorMessage}
isPrimaryButtonDisabled={!!errorMessage || finalValue == stepperValue}
shouldCloseOnPrimaryButtonClick
primaryAction={{
content: <Localize i18n_default_text='Save' />,
Expand Down

0 comments on commit 051d57a

Please sign in to comment.