diff --git a/src/editor/widgets/property/PropertyPanel.vue b/src/editor/widgets/property/PropertyPanel.vue index a8182ca..bc4b6da 100644 --- a/src/editor/widgets/property/PropertyPanel.vue +++ b/src/editor/widgets/property/PropertyPanel.vue @@ -122,7 +122,7 @@ export type { class="property-panel-form" v-bind="getDefFormProps(group)" :data="state.data" - :formFields="props.flatten.fields" + :formFields="group.fields" @dataChange="onDataChange" />