From 6e262cde0dabb3747719c58c0fcfd3f6057ef20b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gabriel?= Date: Sun, 22 Dec 2024 01:07:29 -0300 Subject: [PATCH] fix: update discord notification decoration --- .../dashboard/settings/notifications/update-notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx b/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx index f9c75cd9b..457919175 100644 --- a/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx +++ b/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx @@ -179,6 +179,7 @@ export const UpdateNotification = ({ notificationId }: Props) => { dokployRestart: dokployRestart, databaseBackup: databaseBackup, webhookUrl: formData.webhookUrl, + decoration: formData.decoration, name: formData.name, notificationId: notificationId, discordId: data?.discordId, @@ -379,7 +380,6 @@ export const UpdateNotification = ({ notificationId }: Props) => { (