fix notifikasi admin

This commit is contained in:
2025-05-06 17:48:30 +08:00
parent b7f46f4c2a
commit 33b5b497fd
7 changed files with 103 additions and 96 deletions

View File

@@ -83,7 +83,6 @@ export function Admin_V3_MainLayout({
const [opened, handlers] = useDisclosure(false);
const [openedDrawer, handlersDrawer] = useDisclosure(false);
return (
<>
<AppShell
@@ -171,7 +170,7 @@ export function Admin_V3_MainLayout({
color: AccentColor.white,
},
header: {
backgroundColor: AccentColor.darkblue,
backgroundColor: MainColor.darkblue,
color: AccentColor.white,
},
close: {
@@ -202,7 +201,7 @@ export function Admin_V3_MainLayout({
setActiveChildId(val.childId);
}}
onToggleNavbar={(val: any) => {
handlersDrawer.close
val === false && handlersDrawer.close();
}}
/>
{/* <ComponentAdmin_UIDrawerNotifikasi