From dacde7153fbfe43924cf7548d7164f8feeee8db4 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Thu, 17 Apr 2025 16:14:52 +0200 Subject: [PATCH] Update Notifications List after adding Notification --- app/dashboard/settings/Settings.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/dashboard/settings/Settings.tsx b/app/dashboard/settings/Settings.tsx index 4fe2634..391a99e 100644 --- a/app/dashboard/settings/Settings.tsx +++ b/app/dashboard/settings/Settings.tsx @@ -179,6 +179,7 @@ export default function Settings() { telegramChatId: telegramChatId, discordWebhook: discordWebhook }); + getNotifications(); } catch (error: any) { alert(error.response.data.error);