refactor: associatiion fields in table should not have data scope settings (#2509)
This commit is contained in:
parent
5411faf9d4
commit
ec84747f13
@ -110,7 +110,7 @@ export const TableColumnDesigner = (props) => {
|
|||||||
dn.refresh();
|
dn.refresh();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{isSelectFieldMode && !field.readPretty && !uiSchema?.['x-read-pretty'] && (
|
{isSelectFieldMode && !field.readPretty && !uiSchema?.['x-read-pretty'] && isSubTableColumn && (
|
||||||
<SchemaSettings.ModalItem
|
<SchemaSettings.ModalItem
|
||||||
title={t('Set the data scope')}
|
title={t('Set the data scope')}
|
||||||
schema={
|
schema={
|
||||||
|
Loading…
Reference in New Issue
Block a user