Skip to content

Commit

Permalink
UICust making same as in example
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekTa-egov committed Nov 19, 2024
1 parent 9dc0f60 commit 67bb03f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -822,10 +822,10 @@ export const UICustomizations = {
<Dropdown
option={options}
select={(e) => {
if (e.name == "Edit Setup") {
if (e.name == "MP_ACTIONS_EDIT_SETUP") {
window.location.href = `/${window.contextPath}/employee/microplan/setup-microplan?key=${1}&microplanId=${row.id}&campaignId=${row.campaignDetails.id}`;
}
if (e.name == "View Summary") {
if (e.name == "MP_ACTIONS_VIEW_SUMMARY") {
window.location.href = `/${window.contextPath}/employee/microplan/setup-microplan?key=${10}&microplanId=${row.id}&campaignId=${row.campaignDetails.id}&setup-completed=true`;
}
}}
Expand Down

0 comments on commit 67bb03f

Please sign in to comment.