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);