Fix typo.

This commit is contained in:
Dillon Kearns 2022-07-08 15:25:28 -07:00
parent a8bb62a40e
commit e78f39f32c

View File

@ -922,7 +922,7 @@ toDynamicTransition : String -> Form error parsed data view -> FinalForm error p
toDynamicTransition name (Form a b c) =
let
options =
{ submitStrategy = FetcherStrategy
{ submitStrategy = TransitionStrategy
, method = Post
, name = Just name
}