From b38dbbbd8bc67a39f181658ddbf85b5c189225e5 Mon Sep 17 00:00:00 2001 From: LUCCA DUKIC <109136188+LuccaBitfly@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:30:50 +0200 Subject: [PATCH] refactor: adapt dashboard notification table to type changes See: BEDS-481 --- .../components/notifications/DashboardsTable.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/frontend/components/notifications/DashboardsTable.vue b/frontend/components/notifications/DashboardsTable.vue index ef6ef6143..1ca4e78f8 100644 --- a/frontend/components/notifications/DashboardsTable.vue +++ b/frontend/components/notifications/DashboardsTable.vue @@ -61,8 +61,11 @@ const { overview } = useNotificationsDashboardOverviewStore()