Skip to content

Commit

Permalink
new button feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeck415 committed Oct 12, 2023
1 parent d21932d commit 319adce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserSettingsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const UserSettingsForm: React.FC<UserSettingsProps> = ({ userProfile, updateUser
<Grid container spacing={2} direction="row" justify="flex-start" alignItems="flex-start">
<Grid item>
<Button
type="submit"
type="reset"
fullWidth
variant="contained"
color="primary"
Expand Down

0 comments on commit 319adce

Please sign in to comment.