fix: create a new property from grid

This commit is contained in:
nathan
2022-10-23 10:32:37 +08:00
parent ad9a4b7d71
commit 299e771877
3 changed files with 28 additions and 5 deletions

View File

@ -195,7 +195,6 @@ class CreateFieldButton extends StatelessWidget {
popupBuilder: (BuildContext popover) {
return FieldEditor(
gridId: gridId,
fieldName: "",
typeOptionLoader: NewFieldTypeOptionLoader(gridId: gridId),
);
},