From b49e8d2d3456d0139db02a61b914aa3ce06621f3 Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Tue, 16 Sep 2025 20:18:35 +0200 Subject: [PATCH] Remove URL field from edit form --- app/views/webhooks/edit.html.erb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/app/views/webhooks/edit.html.erb b/app/views/webhooks/edit.html.erb index a036d4b5b..d7cc99aff 100644 --- a/app/views/webhooks/edit.html.erb +++ b/app/views/webhooks/edit.html.erb @@ -18,20 +18,6 @@ <%= form.text_field :name, required: true, autofocus: true, class: "input full-width", placeholder: "Name your Webhook…", data: { action: "keydown.esc@document->form#cancel" } %> -
- <%= form.label :url do %> - Payload URL
-

This is the URL for the app that will receive payloads from Fizzy.

- <% end %> - <%= form.url_field :url, - required: true, - pattern: "https?://.*", - title: "Must be an http:// or https:// URL", - class: "input", - placeholder: "https://example.com", - data: { action: "keydown.esc@document->form#cancel" } %> -
-
<%= form.label :actions do %> Events