Skip to content

Commit

Permalink
fix(disable-grayed): at create type and edit type sidebar when we cli…
Browse files Browse the repository at this point in the history
…ck on confirm button
  • Loading branch information
MahtabBukhari committed Sep 19, 2024
1 parent 7ffb3a9 commit 1f063b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ export const Editor = ({

<CustomButton
color="secondary"
disabled={submitDisabled}
disabled={submitDisabled || loading}
onClick={onSubmit}
size="large"
variant="contained"
Expand Down

0 comments on commit 1f063b4

Please sign in to comment.