mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: collectionField undefined in sortable (#6395)
This commit is contained in:
parent
e80ef27f79
commit
7e75c19d60
@ -166,7 +166,7 @@ export const tableColumnSettings = new SchemaSettings({
|
||||
!currentMode &&
|
||||
(collection?.name === collectionField?.collectionName ||
|
||||
!collectionField?.collectionName ||
|
||||
collectionField.inherit)
|
||||
collectionField?.inherit)
|
||||
);
|
||||
},
|
||||
useComponentProps() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user