Cronjob field as text

This commit is contained in:
ernstmul
2025-05-23 10:31:25 +02:00
parent 0341bc368d
commit cdd1eb6dc8
+1 -1
View File
@@ -49,7 +49,7 @@
{pattern}
on:input
on:invalid={handleInvalid}
type="email"
type="text"
helper={error}
state={error ? 'error' : 'default'}
autofocus={autofocus || undefined}