Skip to content

Commit

Permalink
summary to back screen redirection fix (#640)
Browse files Browse the repository at this point in the history
Co-authored-by: nabeelmd-eGov <[email protected]>
  • Loading branch information
nabeelmd-eGov and nabeelmd-eGov authored May 20, 2024
1 parent 4508817 commit 925669c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ const CampaignSummary = () => {

// Modify the 'key' parameter
urlParams.set("key", step);
urlParams.set("preview", false);

// Reconstruct the URL with the modified parameters
const newUrl = `${window.location.pathname}?${urlParams.toString()}`;
Expand Down

0 comments on commit 925669c

Please sign in to comment.