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
@@ -337,7 +337,6 @@ const useFilesColumns = (props: {
{
title: intl.formatMessage({ id: 'common.table.createTime' }),
dataIndex: 'created_at',
defaultSortOrder: 'descend',
key: 'created_at',
sorter: tableSorter(4),
width: 180,