Fix default form step context not being a svelte store

This commit is contained in:
Andrew Kingston 2021-11-18 15:57:29 +00:00
parent 4ebb4d6b25
commit e35fe3685f
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@
// Provide form step context so that forms without any step components
// register their fields to step 1
setContext("form-step", 1)
setContext("form-step", writable(1))
// Action context to pass to children
const actions = [