We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6573b commit 049d15bCopy full SHA for 049d15b
frontend/src/components/Topics/List/TopicTable.tsx
@@ -74,7 +74,7 @@ const TopicTable: React.FC = () => {
74
{
75
id: TopicColumnsToSort.MESSAGES_COUNT,
76
header: 'Number of messages',
77
- accessorKey: 'messageCount',
+ accessorKey: 'messagesCount',
78
size: 146,
79
},
80
0 commit comments