We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f30f4 commit d96ac92Copy full SHA for d96ac92
2 files changed
docs/src/Chapters/GettingStarted.elm
@@ -263,7 +263,7 @@ update msg model =
263
{ model
264
| addressFields = fields
265
, address = Result.toMaybe result
266
- , submitted = True
+ , submitted = False
267
}
268
269
FormSubmitted ->
docs/src/Support/DemoForm.elm
@@ -93,7 +93,7 @@ update msg model =
93
94
95
96
97
98
99
0 commit comments