Merge pull request #13295 from Budibase/fix/multi-step-form-block

Fix multi step form block default state showing no fields
This commit is contained in:
Adria Navarro 2024-03-19 16:19:41 +01:00 committed by GitHub
commit 545e341e55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@
.filter(field => !field.autocolumn)
.map(field => ({
name: field.name,
active: true,
}))
}