fix: array field
This commit is contained in:
parent
93d521b134
commit
3c55ac7474
@ -9,7 +9,7 @@ export const checkboxGroup: IField = {
|
||||
title: '{{t("Checkbox group")}}',
|
||||
default: {
|
||||
interface: 'checkboxGroup',
|
||||
type: 'json',
|
||||
type: 'array',
|
||||
// name,
|
||||
uiSchema: {
|
||||
type: 'string',
|
||||
|
@ -8,7 +8,7 @@ export const multipleSelect: IField = {
|
||||
order: 3,
|
||||
title: '{{t("Multiple select")}}',
|
||||
default: {
|
||||
type: 'json',
|
||||
type: 'array',
|
||||
// name,
|
||||
uiSchema: {
|
||||
type: 'array',
|
||||
|
Loading…
Reference in New Issue
Block a user