diff options
Diffstat (limited to 'packages/client/src/pages/settings/webhook.edit.vue')
| -rw-r--r-- | packages/client/src/pages/settings/webhook.edit.vue | 1 |
1 files changed, 1 insertions, 0 deletions
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<void> { name, url, secret, + webhookId: props.webhookId, on: events, active, }); |