Add board group test (#1376)

This commit is contained in:
Nathan.fooo
2022-10-26 22:36:34 +08:00
committed by GitHub
parent c8044a92d1
commit 3bbf91ab2b
19 changed files with 291 additions and 97 deletions

View File

@ -21,8 +21,8 @@ class FieldEditor extends StatefulWidget {
final String fieldName;
final bool isGroupField;
final Function(String)? onDeleted;
final IFieldTypeOptionLoader typeOptionLoader;
const FieldEditor({
required this.gridId,
this.fieldName = "",