Browse Source

Fix config sidebar button state (#602)

pull/604/head
philon- 1 year ago
committed by Dan Ditomaso
parent
commit
05a4db5115
  1. 2
      src/pages/Config/index.tsx

2
src/pages/Config/index.tsx

@ -86,7 +86,7 @@ const ConfigPage = () => {
</SidebarSection>
</Sidebar>
),
[],
[activeConfigSection],
);
return (

Loading…
Cancel
Save