diff --git a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx index 10ea7304..2b5d02e0 100644 --- a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx +++ b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx @@ -44,7 +44,7 @@ export const ShowNotifications = () => { {data?.map((notification, index) => (
{notification.notificationType === "slack" && ( @@ -68,7 +68,7 @@ export const ShowNotifications = () => {
)}
- + {notification.name} diff --git a/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx b/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx index cfa2e0ba..5c594dc4 100644 --- a/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx +++ b/apps/dokploy/components/dashboard/settings/notifications/update-notification.tsx @@ -220,7 +220,7 @@ export const UpdateNotification = ({ notificationId }: Props) => {