1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

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

View file

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