mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 05:25:13 +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',
|
||||
properties: {
|
||||
sourceKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Source key")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'SourceKey',
|
||||
@ -298,7 +298,7 @@ export const oho: IField = {
|
||||
'x-component': 'Grid.Col',
|
||||
properties: {
|
||||
sourceKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Source key")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'SourceKey',
|
||||
|
Loading…
Reference in New Issue
Block a user