Skip to content

Commit 3e80923

Browse files
authored
FE: Enable sorting for Replication Factor (topics module) (#1485)
1 parent d2184d2 commit 3e80923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Topics/List/TopicTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ const TopicTable: React.FC = () => {
7272
},
7373
},
7474
{
75+
id: TopicColumnsToSort.REPLICATION_FACTOR,
7576
header: 'Replication Factor',
7677
accessorKey: 'replicationFactor',
77-
enableSorting: false,
7878
size: 148,
7979
maxSize: 148,
8080
},

0 commit comments

Comments
 (0)