diff --git a/frontend/src/pages/Settings/components/Layout.tsx b/frontend/src/pages/Settings/components/Layout.tsx index d89e04661..a0922cd95 100644 --- a/frontend/src/pages/Settings/components/Layout.tsx +++ b/frontend/src/pages/Settings/components/Layout.tsx @@ -32,7 +32,7 @@ const Layout: FunctionComponent = (props) => { useOnValueChange(isRefetching, (value) => { if (!value) { - form.setValues((values) => ({ ...values, settings: {} })); + form.reset(); } });