mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:08:32 +00:00
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();
|
||||
}}
|
||||
/>
|
||||
{isSelectFieldMode && !field.readPretty && !uiSchema?.['x-read-pretty'] && (
|
||||
{isSelectFieldMode && !field.readPretty && !uiSchema?.['x-read-pretty'] && isSubTableColumn && (
|
||||
<SchemaSettings.ModalItem
|
||||
title={t('Set the data scope')}
|
||||
schema={
|
||||
|
Loading…
Reference in New Issue
Block a user