mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-25 09:21:57 +03:00
Fix typo.
This commit is contained in:
parent
a8bb62a40e
commit
e78f39f32c
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user