fix: table sorter

This commit is contained in:
jialin
2025-12-11 13:33:41 +08:00
parent 3328828da6
commit b38bc8a207
15 changed files with 106 additions and 23 deletions
@@ -52,6 +52,7 @@ const ModelFiles = () => {
dataSource,
rowSelection,
queryParams,
sortOrder,
modalRef,
fetchData,
handleDelete,
@@ -276,6 +277,7 @@ const ModelFiles = () => {
const columns = useFilesColumns({
handleSelect,
sortOrder,
workersList
});