Skip to content

Commit 3619f62

Browse files
David Ingadavidsingal
David Inga
authored andcommitted
fixed file name for download
1 parent 36fb972 commit 3619f62

File tree

1 file changed

+1
-1
lines changed
  • client/src/containers/admin/download-materials-data-button

1 file changed

+1
-1
lines changed

client/src/containers/admin/download-materials-data-button/component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const DownloadMaterialsDataButton: React.FC = () => {
7474
if (isFetched && isSuccess && isDownloading) {
7575
csvDownload({
7676
data: parsedData,
77-
filename: `data_procurement_${updatedAt || ''}.csv`,
77+
filename: `procurement_data_${updatedAt || ''}.csv`,
7878
});
7979
setIsDownloading(false);
8080
}

0 commit comments

Comments
 (0)