Skip to content

Commit 88e9f9f

Browse files
committed
Remove unnecessary first:true's
1 parent 7a134d3 commit 88e9f9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/templates/_settings.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
}) }}
1212

1313
{{ forms.textField({
14-
first: true,
1514
id: 'max-attempts',
1615
label: 'Max Attempts'|t('webhooks'),
1716
instructions: 'The maximum number of request attempts that should be made.'|t('webhooks'),
@@ -21,7 +20,6 @@
2120
}) }}
2221

2322
{{ forms.textField({
24-
first: true,
2523
id: 'retry-delay',
2624
label: 'Retry Delay'|t('webhooks'),
2725
instructions: 'The time delay in seconds between request attempts.'|t('webhooks'),

0 commit comments

Comments
 (0)