Ensure initial value of current form step inside form state store is correct
This commit is contained in:
parent
b130de71dc
commit
a4ea6a3d34
|
@ -25,7 +25,7 @@
|
|||
values: {},
|
||||
errors: {},
|
||||
valid: true,
|
||||
currentStep: 1,
|
||||
currentStep: get(currentStep),
|
||||
})
|
||||
|
||||
// Reactive derived stores to derive form state from field array
|
||||
|
|
Loading…
Reference in New Issue