mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
c83b578905
@ -156,7 +156,9 @@ export const tableColumnSettings = new SchemaSettings({
|
||||
const { currentMode } = useAssociationFieldContext();
|
||||
|
||||
return (
|
||||
interfaceCfg?.sortable === true && !currentMode && collection?.name === collectionField?.collectionName
|
||||
interfaceCfg?.sortable === true &&
|
||||
!currentMode &&
|
||||
(collection?.name === collectionField?.collectionName || !collectionField?.collectionName)
|
||||
);
|
||||
},
|
||||
useComponentProps() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user