Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/components/Topics/List/TopicTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ const TopicTable: React.FC = () => {
size: 148,
},
{
id: TopicColumnsToSort.MESSAGES_COUNT,
header: 'Number of messages',
accessorKey: 'partitions',
enableSorting: false,
size: 146,
cell: ({ getValue }) => {
const partitions = getValue<Topic['partitions']>();
Expand Down
Loading