1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

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

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