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 b393c2d commit d841a95Copy full SHA for d841a95
frontend/src/components/Topics/Topic/Messages/MessagesTable.tsx
@@ -88,8 +88,8 @@ const MessagesTable: React.FC<MessagesTableProps> = ({
88
const csvSaver = useDataSaver(`${baseFileName}.csv`, convertToCSV(savedMessagesJson));
89
90
91
- const handleFormatSelect = (format: DownloadFormat) => {
92
- setSelectedFormat(format);
+ const handleFormatSelect = (downloadFormat: DownloadFormat) => {
+ setSelectedFormat(downloadFormat);
93
};
94
95
const handleDownload = () => {
0 commit comments