mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-12 12:17:39 +02:00
Notifications are closed initially
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
import NotificationItem from "./notification-item.svelte";
|
||||
|
||||
const notifications = $derived($notificationsStore.notifications);
|
||||
let open = $state(true);
|
||||
let open = $state(false);
|
||||
|
||||
const onOpenChange = (value: boolean) => {
|
||||
open = value;
|
||||
|
||||
Reference in New Issue
Block a user