fix: collectionField undefined in sortable (#6395)

This commit is contained in:
Katherine 2025-03-10 10:03:17 +08:00 committed by GitHub
parent e80ef27f79
commit 7e75c19d60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -166,7 +166,7 @@ export const tableColumnSettings = new SchemaSettings({
!currentMode &&
(collection?.name === collectionField?.collectionName ||
!collectionField?.collectionName ||
collectionField.inherit)
collectionField?.inherit)
);
},
useComponentProps() {