mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 14:34:18 +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
|
||||
(\_ ->
|
||||
(\{ optionalField } ->
|
||||
-- TODO inject `optionalField` so it's not a dependency. That way this can be published as an independent package.
|
||||
serverValidations
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user