Skip to content

Commit

Permalink
User download changes (#1563)
Browse files Browse the repository at this point in the history
* removed iterator

* working response and file dowload changes

* pull from console

* pull from console

* pull from console

* changes

* file store id changed

* changes
  • Loading branch information
abishekTa-egov authored Oct 18, 2024
1 parent d95ec76 commit 68f0bcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 68f0bcb

Please sign in to comment.