Email field name must be lower case

This commit is contained in:
Gamerboy59 2022-03-14 00:02:54 +01:00 committed by GitHub
parent 5bbf759d84
commit b1c4c81e4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,7 +139,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>