mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 06:05:31 +03:00
Fix types in scaffolding.
This commit is contained in:
parent
e18d8c0fe7
commit
5d730e588c
@ -305,11 +305,10 @@ createFile moduleName fields =
|
|||||||
Elm.Annotation.float
|
Elm.Annotation.float
|
||||||
|
|
||||||
FieldTime ->
|
FieldTime ->
|
||||||
Elm.Annotation.named [ "Time" ] "Posix"
|
Elm.Annotation.named [ "Form", "Field" ] "TimeOfDay"
|
||||||
|
|
||||||
FieldDate ->
|
FieldDate ->
|
||||||
-- TODO fix type for DateTime
|
Elm.Annotation.named [ "Date" ] "Date"
|
||||||
Elm.Annotation.string
|
|
||||||
|
|
||||||
FieldBool ->
|
FieldBool ->
|
||||||
Elm.Annotation.bool
|
Elm.Annotation.bool
|
||||||
|
Loading…
Reference in New Issue
Block a user