Fixed not shown icons when sidebar is closed
All checks were successful
Production Build and Deploy / Build (push) Successful in 1m8s
Production Build and Deploy / Deploy (push) Successful in 23s

This commit is contained in:
Liviu Burcusel 2026-01-17 10:57:26 +01:00
parent 97154f46d0
commit 64781d67c2
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
3 changed files with 7 additions and 6 deletions

View file

@ -89,6 +89,7 @@ interface NavItem {
interface SidebarLayoutProps extends /* @vue-ignore */ SidebarProps {
navItems?: NavItem[];
user?: User | null | undefined;
collapsible?: "offcanvas" | "icon" | "none" | undefined;
}
const props = withDefaults(defineProps<SidebarLayoutProps>(), {