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

Update multi-step form block default state to fix all fields being hidden

This commit is contained in:
Andrew Kingston 2024-03-19 15:12:33 +00:00
parent 3c16f7cd1d
commit 7d931e7154

View file

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