From 25ddebb908a977b1615a2409c29d34c904a24970 Mon Sep 17 00:00:00 2001 From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com> Date: Sun, 27 Apr 2025 00:05:24 +0800 Subject: [PATCH] update --- packages/frontend/src/components/NotificationSettingForm.vue | 2 +- packages/frontend/src/views/AuditLogView.vue | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/frontend/src/components/NotificationSettingForm.vue b/packages/frontend/src/components/NotificationSettingForm.vue index 9c64e79..259c618 100644 --- a/packages/frontend/src/components/NotificationSettingForm.vue +++ b/packages/frontend/src/components/NotificationSettingForm.vue @@ -288,7 +288,7 @@ const getDefaultFormData = (): Omit store.logs); const totalLogs = computed(() => store.totalLogs);