mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
Fix handleSubmit invocation in AccountSettings component
This commit is contained in:
@@ -243,7 +243,7 @@ const AccountSettings: React.FC<AccountSettingsProps> = ({
|
|||||||
Cancel
|
Cancel
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
onClick={() => void handleSubmit}
|
onClick={() => void handleSubmit()}
|
||||||
loading={loading}
|
loading={loading}
|
||||||
disabled={!state.hasUnsavedChanges}
|
disabled={!state.hasUnsavedChanges}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user