fix single select field group

This commit is contained in:
Sidney Alcantara
2021-09-10 13:20:46 +10:00
parent 547fcb374f
commit 227e261a23

View File

@@ -24,7 +24,7 @@ const Settings = lazy(
export const config: IFieldConfig = {
type: FieldType.singleSelect,
name: "Single Select",
group: "File",
group: "Select",
dataType: "string | null",
initialValue: null,
initializable: true,