Skip to content

Commit 39abc29

Browse files
committed
fix(FR-820): compact sidebar doesn't work when refreshing.
1 parent 348c892 commit 39abc29

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

react/src/components/MainLayout/MainLayout.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,6 @@ function MainLayout() {
162162
!compactSidebarActive && setSideCollapsed(false);
163163
}
164164
}}
165-
onCollapse={(collapsed) => {
166-
setSideCollapsed(collapsed);
167-
}}
168165
webuiplugins={webUIPlugins}
169166
/>
170167
</Suspense>

0 commit comments

Comments
 (0)