added dashboard toggle

This commit is contained in:
2025-12-15 13:18:57 +00:00
parent 7ab88db5e2
commit 8f25837bf4

View File

@@ -5,7 +5,11 @@
</script> </script>
<template> <template>
<UHeader title="Notifications & Events" /> <UHeader title="Notifications & Events" toggle-side="left">
<template #toggle>
<UDashboardSidebarToggle />
</template>
</UHeader>
</template> </template>