Add annotation.

This commit is contained in:
Dillon Kearns 2022-01-27 21:11:34 -08:00
parent ab44f68f1a
commit af2c8bc385

View File

@ -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 ) ->