Merge branch 'refactor/association-field' of github.com:nocobase/nocobase into refactor/association-field

This commit is contained in:
katherinehhh 2023-05-09 13:58:47 +08:00
commit b314f72251

View File

@ -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;
} }