mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-01 07:45:22 +03:00
Add todo comment.
This commit is contained in:
parent
d25e6fc0d8
commit
3bd6fdfdd0
@ -1654,7 +1654,8 @@ apiHandler (Form fields decoder serverValidations modelToValue) =
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
(Request.expectFormPost
|
(Request.expectFormPost
|
||||||
(\_ ->
|
(\{ optionalField } ->
|
||||||
|
-- TODO inject `optionalField` so it's not a dependency. That way this can be published as an independent package.
|
||||||
serverValidations
|
serverValidations
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user