HandleSaveSettings
Function: handleSaveSettings()
[object Object]
Defined in: app/routes/admin/settings/settings.handlers.tsx:188
Persists all staged changes to the server in a batch process. Handles deletions, creations (POST), and updates (PATCH).
Parameters
args
[object Object]
Tracking data and persistence logic.
Returns
Promise<void>