From 68f0bcb3be6eaca8886fc51983867a396c33cd7f Mon Sep 17 00:00:00 2001 From: abishekTa-egov Date: Fri, 18 Oct 2024 14:57:31 +0530 Subject: [PATCH] User download changes (#1563) * removed iterator * working response and file dowload changes * pull from console * pull from console * pull from console * changes * file store id changed * changes --- .../modules/microplan/src/pages/employee/UserDownload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health/micro-ui/web/micro-ui-internals/packages/modules/microplan/src/pages/employee/UserDownload.js b/health/micro-ui/web/micro-ui-internals/packages/modules/microplan/src/pages/employee/UserDownload.js index 3cc566ecb6e..369e6133e1d 100644 --- a/health/micro-ui/web/micro-ui-internals/packages/modules/microplan/src/pages/employee/UserDownload.js +++ b/health/micro-ui/web/micro-ui-internals/packages/modules/microplan/src/pages/employee/UserDownload.js @@ -68,7 +68,7 @@ const UserDownload = () => { fileName={`FileNo${item?.fileStoreId.slice(0, 4)}`} downloadHandler={() => { Digit.Utils.campaign.downloadExcelWithCustomName({ - fileStoreId: fileName + fileStoreId: data?.processedFilestoreId }); }} // Passing the download function auditDetails={{userName:item?.username,lastmodTime:item?.auditDetails?.lastmodtime}}