Skip to content

Commit 0ebf341

Browse files
committed
Fixed condition
1 parent 6ea0237 commit 0ebf341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
errors: webhook.getErrors('url')
100100
}, urlInput) }}
101101

102-
<div id="type-settings--post" {% if webhook.type == 'GET' %}class="hidden"{% endif %}>
102+
<div id="type-settings--post" {% if webhook.type == 'get' %}class="hidden"{% endif %}>
103103
{{ forms.textareaField({
104104
label: 'Extra User Attributes'|t('webhooks'),
105105
instructions: 'List of additional attributes for the logged-in user that should be included in the webhook body.'|t('webhooks') ~ ' ' ~ '(Place separate attributes on new lines.)'|t('webhooks'),

0 commit comments

Comments
 (0)