Skip to content

Commit

Permalink
ensure back button is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed Oct 22, 2024
1 parent 0242fc7 commit 1e07c3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ async function addProgramStats(block) {
console.error("Failed to load campaign image:", error);
}
hideLoadingOverlay(bodyWrapper);
enableBackBtn(block, blockConfig);
decorateIcons(block);
return;
}
Expand Down

0 comments on commit 1e07c3e

Please sign in to comment.