mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:26:41 +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');
|
||||
|
||||
if (!uiSchema?.['x-component']) {
|
||||
if (uiSchema?.['x-component'] !== 'RecordPicker') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user