Skip to content

Commit

Permalink
updated code (#1861)
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov authored Nov 19, 2024
1 parent c72dd14 commit 01451ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ export const UICustomizations = {
<div>
{microplanFileId && row?.status == "RESOURCE_ESTIMATIONS_APPROVED" ? (
<div>
<ButtonNew onClick={handleDownload} label={t("WBH_DOWNLOAD")} />
<ButtonNew onClick={handleDownload} label={t("WBH_DOWNLOAD_MICROPLAN")} />
</div>
) : (
<Dropdown
Expand Down Expand Up @@ -990,7 +990,7 @@ export const UICustomizations = {
/>
) : row.status === "RESOURCE_ESTIMATIONS_APPROVED" ? (
<ButtonNew
label={t("WBH_DOWNLOAD")}
label={t("WBH_DOWNLOAD_MICROPLAN")}
variation="primary"
icon={"FileDownload"}
style={{minWidth:"240px"}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const UICustomizations = {
<div>
{microplanFileId && row?.status == "RESOURCE_ESTIMATIONS_APPROVED" ? (
<div>
<ButtonNew onClick={handleDownload} label={t("WBH_DOWNLOAD")} />
<ButtonNew onClick={handleDownload} label={t("WBH_DOWNLOAD_MICROPLAN")} />
</div>
) : (
<Dropdown
Expand Down Expand Up @@ -274,7 +274,7 @@ export const UICustomizations = {
/>
) : row.status === "RESOURCE_ESTIMATIONS_APPROVED" ? (
<ButtonNew
label={t("WBH_DOWNLOAD")}
label={t("WBH_DOWNLOAD_MICROPLAN")}
variation="primary"
icon={"FileDownload"}
style={{minWidth:"240px"}}
Expand Down

0 comments on commit 01451ee

Please sign in to comment.