From 6ebd1c663bed8de468d874c7a1d76b283f773c3c Mon Sep 17 00:00:00 2001 From: Jeremiah Pratt Date: Sat, 4 Mar 2023 11:25:29 -0500 Subject: [PATCH] Add reminder types --- src/components/notifications/NotificationMenuEntry.vue | 3 ++- src/store/gui/notifications/getters.ts | 7 +++++++ src/store/gui/notifications/types.ts | 8 ++++++++ src/store/gui/reminders/getters.ts | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/components/notifications/NotificationMenuEntry.vue b/src/components/notifications/NotificationMenuEntry.vue index 55cdc2e6df..2bff8451e6 100644 --- a/src/components/notifications/NotificationMenuEntry.vue +++ b/src/components/notifications/NotificationMenuEntry.vue @@ -99,7 +99,7 @@