fixe max and step value

This commit is contained in:
alberta
2026-07-10 11:46:37 +02:00
parent 329cbccf75
commit 86490909ec
@@ -118,6 +118,8 @@
id="api-max-redirects" id="api-max-redirects"
type="number" type="number"
min="0" min="0"
max="20"
step="1"
bind:value={data.max_redirects} bind:value={data.max_redirects}
disabled={!data.follow_redirects} disabled={!data.follow_redirects}
/> />