HandleSettingsChange

Function: handleSettingsChange()

[object Object]

Defined in: app/routes/admin/settings/settings.handlers.tsx:78

Updates a specific setting in the local state dictionary.

Parameters

name

[object Object]

The unique key/name of the setting.

value

[object Object]

The new value to assign.

setSettings

Dispatch<SetStateAction<Record<string, string>>>

React Dispatcher for the settings record.

Returns

[object Object]

On this page