Toggle admin panel from header

This commit is contained in:
DCCONSTRUCTIONS
2026-05-02 13:38:14 +03:00
parent c6e1de6345
commit 5e86047a02
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -487,7 +487,7 @@ export function LauncherApp() {
adminOpen={adminOpen}
onProfileChange={handleProfileChange}
onClientChange={setActiveClientId}
onOpenAdmin={() => setAdminOpen(true)}
onToggleAdmin={() => setAdminOpen((current) => !current)}
onOpenShowcase={() => setAdminOpen(false)}
/>