From 5eaf1f4438dde18f807f9655a855891724330f4d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 22 Oct 2023 14:45:58 +0200 Subject: [PATCH] Hide duplicated webhook create button When there are no webhooks yet the button below the table will be hidden --- resources/assets/js/components/webhooks/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/webhooks/Index.vue b/resources/assets/js/components/webhooks/Index.vue index f8196b16b3..8d846a227f 100644 --- a/resources/assets/js/components/webhooks/Index.vue +++ b/resources/assets/js/components/webhooks/Index.vue @@ -80,7 +80,7 @@ -
+
{{ $t('firefly.create_new_webhook') }}