HandleSaveAccount
Function: handleSaveAccount()
[object Object]
Defined in: app/components/Account/ChangeProfileForm/ChangeAccountForm.handlers.tsx:62
Saves changes to a user's account.
Parameters
userId
[object Object]
The ID of the user whose account is being saved.
formData
The form data containing the updated account details.
setSaving
(saving) => void
A function to update the saving state.
setMember
Dispatch<SetStateAction<MemberResponseDto | null>>
A function to update the member state.
Returns
Promise<void>