mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:26:59 +00:00
Merge branch 'refactor/association-field' of github.com:nocobase/nocobase into refactor/association-field
This commit is contained in:
commit
b314f72251
@ -42,7 +42,7 @@ export default class extends Migration {
|
|||||||
|
|
||||||
const uiSchema = fieldRecord.get('uiSchema');
|
const uiSchema = fieldRecord.get('uiSchema');
|
||||||
|
|
||||||
if (!uiSchema?.['x-component']) {
|
if (uiSchema?.['x-component'] !== 'RecordPicker') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user