diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index fa5575cd5..6c8cfe14e 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -11,10 +11,12 @@ "NotificationsDashboardDialogEntity", "NotificationsDashboardTable", "NotificationsManagementModalWebhook", + "NotificationsManagementNetwork", "NotificationsManagementSubscriptionDialog", "NotificationsManagmentMachines", "NotificationsNetworkTable", "NotificationsOverview", + "NotificationsTableEmpty", "a11y", "checkout", "ci", @@ -33,8 +35,7 @@ "qrCode", "useNotificationsOverviewStore", "useWindowSize", - "vscode", - "NotificationsManagementNetwork" + "vscode" ], "editor.codeActionsOnSave": { "source.fixAll.eslint": "always" diff --git a/frontend/components/notifications/NotificationsClientsTable.vue b/frontend/components/notifications/NotificationsClientsTable.vue index 19c1f716f..d24d3fae7 100644 --- a/frontend/components/notifications/NotificationsClientsTable.vue +++ b/frontend/components/notifications/NotificationsClientsTable.vue @@ -89,7 +89,7 @@ const { overview } = useNotificationsDashboardOverviewStore()