mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix single select field group
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user