From 87329785c7dadcc224b964cf1f73e9a8dd073d93 Mon Sep 17 00:00:00 2001 From: kandrusyak Date: Sun, 27 Nov 2022 18:49:04 +0300 Subject: [PATCH] fix notifications --- src/components/LoggedInLayout.vue | 4 +++- .../Notifications/TheNotificationProvider.vue | 12 ++++++++++-- src/pages/settings/TheSettings.vue | 9 +-------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/components/LoggedInLayout.vue b/src/components/LoggedInLayout.vue index dd7ad6b..9023f4a 100644 --- a/src/components/LoggedInLayout.vue +++ b/src/components/LoggedInLayout.vue @@ -16,15 +16,17 @@ :updated-clients="updatedClients", @reset-updated-clients="resetUpdatedClients" ) + the-notification-provider