diff --git a/packages/client/src/pages/settings/webhook.edit.vue b/packages/client/src/pages/settings/webhook.edit.vue index 35f3cb1dab..5d41f3d087 100644 --- a/packages/client/src/pages/settings/webhook.edit.vue +++ b/packages/client/src/pages/settings/webhook.edit.vue @@ -78,6 +78,7 @@ async function save(): Promise { name, url, secret, + webhookId: props.webhookId, on: events, active, });