HandleSaveMember

Function: handleSaveMember()

[object Object]

Defined in: app/routes/admin/edit-member/edit-member.handlers.tsx:156

Updates member profile information using JSON Patch based on the current form state.

Parameters

memberId

string | undefined

The ID of the member to update.

formData

[object Object]

The structured data containing modified profile fields.

setSaving

(saving) => void

React state setter to track the submission progress.

Returns

Promise<void>

Async

On this page