From e410ce3bdfd87a6373e4723a283b84d90ac6ee86 Mon Sep 17 00:00:00 2001 From: marcel-bitfly <174338434+marcel-bitfly@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:21:09 +0100 Subject: [PATCH] fix(NotificationsClientsTable): show correct `timestamp` --- frontend/components/notifications/NotificationsClientsTable.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/components/notifications/NotificationsClientsTable.vue b/frontend/components/notifications/NotificationsClientsTable.vue index d24d3fae7..2285bd942 100644 --- a/frontend/components/notifications/NotificationsClientsTable.vue +++ b/frontend/components/notifications/NotificationsClientsTable.vue @@ -84,6 +84,7 @@ const { overview } = useNotificationsDashboardOverviewStore()