HandleSaveGroup
Function: handleSaveGroup()
[object Object]
Defined in: app/routes/admin/edit-group/edit-group.handlers.tsx:152
Updates the group metadata (Name, Type, Active status) using JSON Patch.
Parameters
id
number | null
The ID of the group to save.
formData
[object Object]
The current form data to persist.
setSaving
(saving) => void
Setter to track the asynchronous saving progress.
Returns
Promise<void>