Skip to content

Commit

Permalink
reverted to older logic
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Sep 10, 2024
1 parent 025afe9 commit 4da564e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Form/FormLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ export const FormLayout = ({
}}
className={styles.Button}
data-testid="submitActionButton"
loading={formik.isSubmitting || formik.isValidating}
loading={saveClick}
disabled={buttonState.status}
>
{buttonState.status ? buttonState.text : button}
Expand Down

0 comments on commit 4da564e

Please sign in to comment.