mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: create a new property from grid
This commit is contained in:
@ -195,7 +195,6 @@ class CreateFieldButton extends StatelessWidget {
|
||||
popupBuilder: (BuildContext popover) {
|
||||
return FieldEditor(
|
||||
gridId: gridId,
|
||||
fieldName: "",
|
||||
typeOptionLoader: NewFieldTypeOptionLoader(gridId: gridId),
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user