mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-24 06:54:03 +03:00
Fix form field names.
This commit is contained in:
parent
206603fb48
commit
b7accea2e8
@ -113,8 +113,8 @@ form =
|
||||
, errorsView field
|
||||
]
|
||||
in
|
||||
[ fieldView "Name" first
|
||||
, fieldView "Description" last
|
||||
[ fieldView "First" first
|
||||
, fieldView "Last" last
|
||||
, fieldView "Price" username
|
||||
, fieldView "Image" email
|
||||
, fieldView "Image" dob
|
||||
|
Loading…
Reference in New Issue
Block a user