Skip to content

Commit

Permalink
fix: cool button
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 committed Oct 12, 2023
1 parent 319adce commit 87b2e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/UserSettingsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ const UserSettingsForm: React.FC<UserSettingsProps> = ({ userProfile, updateUser
<Grid container spacing={2} direction="row" justify="flex-start" alignItems="flex-start">
<Grid item>
<Button
type="reset"
type="submit"
fullWidth
variant="contained"
color="primary"
className={classes.submit}
data-test="user-settings-submit"
disabled={!isValid || isSubmitting}
>
Save
CypressConf 2023
</Button>
</Grid>
</Grid>
Expand Down

0 comments on commit 87b2e17

Please sign in to comment.