fix: sorter tooltip

This commit is contained in:
jialin
2025-12-22 16:41:44 +08:00
parent cc7948ba45
commit 0d0592eee9
6 changed files with 8 additions and 0 deletions
+1
View File
@@ -145,6 +145,7 @@ const APIKeys: React.FC = () => {
rowSelection={rowSelection}
loading={dataSource.loading}
sortDirections={TABLE_SORT_DIRECTIONS}
showSorterTooltip={false}
rowKey="id"
onChange={handleTableChange}
pagination={{