diff --git a/frontend/src/pages/Settings.jsx b/frontend/src/pages/Settings.jsx index 83e5a2eb..dcc99fe9 100644 --- a/frontend/src/pages/Settings.jsx +++ b/frontend/src/pages/Settings.jsx @@ -279,7 +279,7 @@ const SettingsPage = () => { useEffect(() => { if (settings) { - form.setInitialValues( + form.setValues( Object.entries(settings).reduce((acc, [key, value]) => { // Modify each value based on its own properties acc[key] = value.value; @@ -323,6 +323,7 @@ const SettingsPage = () => {
{ }))} />