mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: update discord notification decoration
This commit is contained in:
@@ -179,6 +179,7 @@ export const UpdateNotification = ({ notificationId }: Props) => {
|
|||||||
dokployRestart: dokployRestart,
|
dokployRestart: dokployRestart,
|
||||||
databaseBackup: databaseBackup,
|
databaseBackup: databaseBackup,
|
||||||
webhookUrl: formData.webhookUrl,
|
webhookUrl: formData.webhookUrl,
|
||||||
|
decoration: formData.decoration,
|
||||||
name: formData.name,
|
name: formData.name,
|
||||||
notificationId: notificationId,
|
notificationId: notificationId,
|
||||||
discordId: data?.discordId,
|
discordId: data?.discordId,
|
||||||
@@ -379,7 +380,6 @@ export const UpdateNotification = ({ notificationId }: Props) => {
|
|||||||
<FormField
|
<FormField
|
||||||
control={form.control}
|
control={form.control}
|
||||||
name="decoration"
|
name="decoration"
|
||||||
defaultValue={true}
|
|
||||||
render={({ field }) => (
|
render={({ field }) => (
|
||||||
<FormItem className="flex items-center justify-between rounded-lg border p-3 shadow-sm">
|
<FormItem className="flex items-center justify-between rounded-lg border p-3 shadow-sm">
|
||||||
<div className="space-y-0.5">
|
<div className="space-y-0.5">
|
||||||
|
|||||||
Reference in New Issue
Block a user