Ensure initial value of current form step inside form state store is correct

This commit is contained in:
Andrew Kingston 2023-06-23 16:50:10 +01:00
parent b130de71dc
commit a4ea6a3d34
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
values: {},
errors: {},
valid: true,
currentStep: 1,
currentStep: get(currentStep),
})
// Reactive derived stores to derive form state from field array