diff --git a/plugins/workbench-resources/src/components/Workbench.svelte b/plugins/workbench-resources/src/components/Workbench.svelte index c7cdc92145..43a3ff582a 100644 --- a/plugins/workbench-resources/src/components/Workbench.svelte +++ b/plugins/workbench-resources/src/components/Workbench.svelte @@ -150,7 +150,7 @@ ) const workspaceId = $location.path[1] - const inboxClient = InboxNotificationsClientImpl.getClient() + const inboxClient = InboxNotificationsClientImpl.createClient() const inboxNotificationsByContextStore = inboxClient.inboxNotificationsByContext let hasNotificationsFn: ((data: Map, InboxNotification[]>) => Promise) | undefined =