Skip to content

Commit

Permalink
Merge pull request #171 from SFDO-Community/gckit-166
Browse files Browse the repository at this point in the history
2GP build fix
  • Loading branch information
iandrosov authored Jan 8, 2025
2 parents 7b7aa27 + d6fb8f2 commit 29ceed3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ export default class GgwGrantApplication extends NavigationMixin(LightningElemen
}

previewHTML(){
let tabName = TAB_GRANT_PREVIEW;
let tabName = 'Grant_Preview'; //TAB_GRANT_PREVIEW;
if(this.is2GPNamespace()){
tabName = NAMESPACE_PFX + TAB_GRANT_PREVIEW;
tabName = 'GCKit__Grant_Preview'; //NAMESPACE_PFX + TAB_GRANT_PREVIEW;
}
console.log(`TAB Name HTML: ${tabName}`);
return tabName;
Expand Down

0 comments on commit 29ceed3

Please sign in to comment.