Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77a74e2

Browse files
committed
Allow update submit
1 parent d088bfb commit 77a74e2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

site/src/pages/UserSettingsPage/AccountPage/AccountForm.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,7 @@ export const AccountForm: FC<AccountFormProps> = ({
8686
/>
8787

8888
<div>
89-
<LoadingButton
90-
loading={isLoading}
91-
disabled={!editable}
92-
type="submit"
93-
variant="contained"
94-
>
89+
<LoadingButton loading={isLoading} type="submit" variant="contained">
9590
{Language.updateSettings}
9691
</LoadingButton>
9792
</div>

0 commit comments

Comments
 (0)