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