diff --git a/web/helpers/atoms/App.atom.ts b/web/helpers/atoms/App.atom.ts index 50c48bda04..bd1e4f7aae 100644 --- a/web/helpers/atoms/App.atom.ts +++ b/web/helpers/atoms/App.atom.ts @@ -15,7 +15,9 @@ export const showLeftPanelAtom = atom(true) export const showRightPanelAtom = atomWithStorage( SHOW_RIGHT_PANEL, - false + false, + undefined, + { getOnInit: true } ) export const showSystemMonitorPanelAtom = atom(false)