diff --git a/frontend/.vscode/settings.json b/frontend/.vscode/settings.json index 22971fa5c..4e60da420 100644 --- a/frontend/.vscode/settings.json +++ b/frontend/.vscode/settings.json @@ -11,10 +11,10 @@ "NotificationsDashboardDialogEntity", "NotificationsDashboardTable", "NotificationsManagementModalWebhook", + "NotificationsManagementSubscriptionDialog", "NotificationsManagmentMachines", "NotificationsNetworkTable", "NotificationsOverview", - "SubscriptionDialog", "a11y", "checkout", "ci", diff --git a/frontend/components/notifications/management/SubscriptionDialog.vue b/frontend/components/notifications/management/NotificationsManagementSubscriptionDialog.vue similarity index 100% rename from frontend/components/notifications/management/SubscriptionDialog.vue rename to frontend/components/notifications/management/NotificationsManagementSubscriptionDialog.vue