make storing work

This commit is contained in:
Thomas Ruoff
2020-07-25 19:19:37 +02:00
parent 279210599b
commit 90a9288e84
6 changed files with 201 additions and 2 deletions

View File

@@ -36,7 +36,6 @@ function WizardInternal() {
return
}
throw Error('Submit not implemented yet')
dispatch({ type: ACTIONS.SUBMIT })
}}
>