chore(webui): remove autofocus attributes in the redesigned pages

This commit is contained in:
Julien Dessaux 2025-04-12 13:58:07 +02:00
parent c69e323f9e
commit 5e033b5f14
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 3 additions and 6 deletions

View file

@ -11,8 +11,7 @@
<legend>New State</legend>
<div class="grid-2">
<label for="path">Path</label>
<input autofocus
{{ if or .PathDuplicate .PathError }}class="error"{{ end }}
<input {{ if or .PathDuplicate .PathError }}class="error"{{ end }}
id="path"
name="path"
required