Skip to content

Commit

Permalink
795: Fixed user not being able to go back to review in MakeWidget (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
piersss authored Jun 28, 2023
1 parent cf4919a commit a28776f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const ActionButtons: FC<ActionButtonsProps> = ({
<SignButton
disabled={isDisabled}
intent="primary"
loading={isLoading}
loading={widgetState === MakeWidgetState.review && isLoading}
onClick={handleSignButtonClick}
>
{buttonText}
Expand Down

0 comments on commit a28776f

Please sign in to comment.