refactor: recordPicker => associationField (#2444)
This commit is contained in:
parent
caad07e11e
commit
8b75738c90
@ -142,7 +142,7 @@ const getDefaultCollectionFields = (values) => {
|
||||
uiSchema: {
|
||||
type: 'object',
|
||||
title: '{{t("Created by")}}',
|
||||
'x-component': 'RecordPicker',
|
||||
'x-component': 'AssociationField',
|
||||
'x-component-props': {
|
||||
fieldNames: {
|
||||
value: 'id',
|
||||
@ -178,7 +178,7 @@ const getDefaultCollectionFields = (values) => {
|
||||
uiSchema: {
|
||||
type: 'object',
|
||||
title: '{{t("Last updated by")}}',
|
||||
'x-component': 'RecordPicker',
|
||||
'x-component': 'AssociationField',
|
||||
'x-component-props': {
|
||||
fieldNames: {
|
||||
value: 'id',
|
||||
|
Loading…
Reference in New Issue
Block a user