diff --git a/src/pages/Config/index.tsx b/src/pages/Config/index.tsx index bf7a82abf..1a81f0c3a 100644 --- a/src/pages/Config/index.tsx +++ b/src/pages/Config/index.tsx @@ -51,14 +51,12 @@ const ConfigPage = () => { description: `The configuration change ${moduleConfig.payloadVariant.case} has been saved.`, }) - ) ), ); setIsSaving(false); } await connection?.commitEditSettings(); - } catch (_error) { toast({ title: "Error Saving Config", @@ -87,11 +85,12 @@ const ConfigPage = () => { /> - ), []) + ), + [activeConfigSection], + ); return ( <> -