From 58108fc7508cecf38eeb75f715586f0c16acd612 Mon Sep 17 00:00:00 2001 From: Stefan Pletka <124689083+Eisei24@users.noreply.github.com> Date: Thu, 7 Nov 2024 17:36:57 +0100 Subject: [PATCH] Fixed frontend issue --- frontend/stores/notifications/useNotificationsManagementStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/stores/notifications/useNotificationsManagementStore.ts b/frontend/stores/notifications/useNotificationsManagementStore.ts index 17570732d..ae6a1f716 100644 --- a/frontend/stores/notifications/useNotificationsManagementStore.ts +++ b/frontend/stores/notifications/useNotificationsManagementStore.ts @@ -22,6 +22,7 @@ export const useNotificationsManagementStore = defineStore('notifications-manage is_machine_offline_subscribed: false, is_machine_storage_usage_subscribed: false, is_push_notifications_enabled: false, + is_webhook_notifications_enabled: false, machine_cpu_usage_threshold: 0.0, machine_memory_usage_threshold: 0.0, machine_storage_usage_threshold: 0.0,