1
0
forked from baron/baron-sso

사이드바 펼침/접기 형식 변환 추가

This commit is contained in:
2026-06-05 17:47:45 +09:00
parent 729a9890a6
commit a6f9d89477
2 changed files with 160 additions and 70 deletions

View File

@@ -827,7 +827,7 @@ function AppLayout() {
</div>
</header>
<main className={shellLayoutClasses.mainMinWidth}>
<Outlet />
<Outlet context={isSidebarCollapsed} />
</main>
</div>
</div>