We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fb972 commit 3619f62Copy full SHA for 3619f62
client/src/containers/admin/download-materials-data-button/component.tsx
@@ -74,7 +74,7 @@ const DownloadMaterialsDataButton: React.FC = () => {
74
if (isFetched && isSuccess && isDownloading) {
75
csvDownload({
76
data: parsedData,
77
- filename: `data_procurement_${updatedAt || ''}.csv`,
+ filename: `procurement_data_${updatedAt || ''}.csv`,
78
});
79
setIsDownloading(false);
80
}
0 commit comments