From 5cb279b6f105e687166788b563c302df7735276f Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Tue, 30 Dec 2025 15:37:32 +0530 Subject: [PATCH] ui: fix test delivery params in create webhook form (#12318) Signed-off-by: Abhishek Kumar --- ui/src/components/view/TestWebhookDeliveryView.vue | 2 +- ui/src/views/tools/CreateWebhook.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/view/TestWebhookDeliveryView.vue b/ui/src/components/view/TestWebhookDeliveryView.vue index ebebe722e99..2bb154f3900 100644 --- a/ui/src/components/view/TestWebhookDeliveryView.vue +++ b/ui/src/components/view/TestWebhookDeliveryView.vue @@ -186,7 +186,7 @@ export default { params.payloadUrl = this.payloadUrl } if (this.sslVerification) { - params.payload = this.sslVerification + params.sslVerification = this.sslVerification } if (this.secretKey) { params.secretKey = this.secretKey diff --git a/ui/src/views/tools/CreateWebhook.vue b/ui/src/views/tools/CreateWebhook.vue index 7d687c7d983..2b437471977 100644 --- a/ui/src/views/tools/CreateWebhook.vue +++ b/ui/src/views/tools/CreateWebhook.vue @@ -135,7 +135,7 @@