mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-28 14:34:18 +03:00
Add annotation.
This commit is contained in:
parent
ab44f68f1a
commit
af2c8bc385
@ -435,6 +435,7 @@ update toMsg onResponse ((Form fields decoder serverValidations modelToValue) as
|
||||
}
|
||||
)
|
||||
|
||||
updatedFormErrors : Dict String (List String)
|
||||
updatedFormErrors =
|
||||
case modelToValue updatedFields of
|
||||
Ok ( _, errors ) ->
|
||||
|
Loading…
Reference in New Issue
Block a user