Update Notifications List after adding Notification

This commit is contained in:
headlessdev 2025-04-17 16:14:52 +02:00
parent 8f647d3489
commit dacde7153f

View File

@ -179,6 +179,7 @@ export default function Settings() {
telegramChatId: telegramChatId,
discordWebhook: discordWebhook
});
getNotifications();
}
catch (error: any) {
alert(error.response.data.error);