mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
Email field name must be lower case
This commit is contained in:
parent
b1c4c81e4d
commit
29df6d6b43
@ -174,7 +174,7 @@
|
||||
<div class="col-12 col-lg-3 mb-4">
|
||||
<x-number-input>
|
||||
<x-slot name="title">Email</x-slot>
|
||||
<x-slot name="name">Email</x-slot>
|
||||
<x-slot name="name">email</x-slot>
|
||||
<x-slot name="value">1</x-slot>
|
||||
<x-slot name="max">999999</x-slot>
|
||||
<x-slot name="step">1</x-slot>
|
||||
|
Loading…
Reference in New Issue
Block a user