Skip to content

Commit

Permalink
Fix UIDEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-mp committed Jan 10, 2025
1 parent 87c4620 commit 9ef0fa5
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ export function UIDEditor() {
</Box>
<DialogActions>
<DialogCancelButton size="medium" />
<DialogActionButton size="medium" disabled={Boolean(error)}>
<DialogActionButton
type="submit"
size="medium"
disabled={Boolean(error)}
>
Save
</DialogActionButton>
</DialogActions>
Expand Down

0 comments on commit 9ef0fa5

Please sign in to comment.