mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 15:09:27 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
35a36d28dd
@ -364,9 +364,10 @@ export const selectComponentFieldSettings = new SchemaSettings({
|
|||||||
{
|
{
|
||||||
...allowMultiple,
|
...allowMultiple,
|
||||||
useVisible() {
|
useVisible() {
|
||||||
|
const isFieldReadPretty = useIsFieldReadPretty();
|
||||||
const isAssociationField = useIsAssociationField();
|
const isAssociationField = useIsAssociationField();
|
||||||
const IsShowMultipleSwitch = useIsShowMultipleSwitch();
|
const IsShowMultipleSwitch = useIsShowMultipleSwitch();
|
||||||
return isAssociationField && IsShowMultipleSwitch();
|
return !isFieldReadPretty && isAssociationField && IsShowMultipleSwitch();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user