fix: remove default sorting status on UI

This commit is contained in:
jialin
2025-12-23 20:54:16 +08:00
parent 1b661bb8cd
commit fa0aeac10b
14 changed files with 8 additions and 34 deletions
@@ -92,7 +92,6 @@ const useModelsColumns = ({
title: intl.formatMessage({ id: 'common.table.createTime' }),
dataIndex: 'created_at',
key: 'created_at',
defaultSortOrder: 'descend',
sorter: tableSorter(3),
ellipsis: {
showTitle: false