mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 09:26:21 +00:00
refactor: o2o sourceKey should be string
This commit is contained in:
parent
9ccec69068
commit
c2c65f15a1
@ -120,7 +120,7 @@ export const o2o: IField = {
|
|||||||
'x-component': 'Grid.Col',
|
'x-component': 'Grid.Col',
|
||||||
properties: {
|
properties: {
|
||||||
sourceKey: {
|
sourceKey: {
|
||||||
type: 'void',
|
type: 'string',
|
||||||
title: '{{t("Source key")}}',
|
title: '{{t("Source key")}}',
|
||||||
'x-decorator': 'FormItem',
|
'x-decorator': 'FormItem',
|
||||||
'x-component': 'SourceKey',
|
'x-component': 'SourceKey',
|
||||||
@ -298,7 +298,7 @@ export const oho: IField = {
|
|||||||
'x-component': 'Grid.Col',
|
'x-component': 'Grid.Col',
|
||||||
properties: {
|
properties: {
|
||||||
sourceKey: {
|
sourceKey: {
|
||||||
type: 'void',
|
type: 'string',
|
||||||
title: '{{t("Source key")}}',
|
title: '{{t("Source key")}}',
|
||||||
'x-decorator': 'FormItem',
|
'x-decorator': 'FormItem',
|
||||||
'x-component': 'SourceKey',
|
'x-component': 'SourceKey',
|
||||||
|
Loading…
Reference in New Issue
Block a user