Skip to content

Commit fa16055

Browse files
committed
Remove disabled attribute from Save button in ChangePassword component
1 parent b0e2280 commit fa16055

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/UserSettings/ChangePassword.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ const ChangePassword = () => {
7676
mt={4}
7777
type="submit"
7878
loading={isSubmitting}
79-
disabled={!isValid}
8079
>
8180
Save
8281
</Button>

0 commit comments

Comments
 (0)