mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
Email field name must be lower case
This commit is contained in:
parent
5bbf759d84
commit
b1c4c81e4d
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
||||||
<div class="col-12 col-lg-3 mb-4">
|
<div class="col-12 col-lg-3 mb-4">
|
||||||
<x-number-input>
|
<x-number-input>
|
||||||
<x-slot name="title">Email</x-slot>
|
<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="value">1</x-slot>
|
||||||
<x-slot name="max">999999</x-slot>
|
<x-slot name="max">999999</x-slot>
|
||||||
<x-slot name="step">1</x-slot>
|
<x-slot name="step">1</x-slot>
|
||||||
|
|
Loading…
Add table
Reference in a new issue