From f942c9d169757f8670b65300b273c39fb94dc005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lign=C3=A9?= Date: Thu, 3 Jul 2025 22:33:22 +0200 Subject: [PATCH] Allow updating webhook notification without custom body When trying to send a webhook notification to Proxmox to restart my VM when a service fails, I did not want to send along any body for the request. When trying to save the form I couldn't because I didn't fill out the textarea with a custom body. If I tried clicking 'Test' instead, it would successfully sending the request, so then it makes sense to allow the users save it without a custom body as well. --- src/components/notifications/Webhook.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notifications/Webhook.vue b/src/components/notifications/Webhook.vue index 7775a3fdd..eb938782c 100644 --- a/src/components/notifications/Webhook.vue +++ b/src/components/notifications/Webhook.vue @@ -32,7 +32,7 @@