From 166067f746647242860ced48e05abb7b1fe971eb Mon Sep 17 00:00:00 2001
From: hayabusa <10593623+m-hayabusa@users.noreply.github.com>
Date: Thu, 13 Oct 2022 08:34:57 +0900
Subject: [PATCH] add webhookId to api request (#9113)

---
 packages/client/src/pages/settings/webhook.edit.vue | 1 +
 1 file changed, 1 insertion(+)

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,
 	});