Skip to content

Commit

Permalink
Merge pull request #169 from SFDO-Community/gckit-166
Browse files Browse the repository at this point in the history
Fix prefix error
  • Loading branch information
iandrosov authored Jan 8, 2025
2 parents d505e14 + 57d2497 commit 1818a3d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export default class GgwGrantApplication extends NavigationMixin(LightningElemen

is2GPNamespace(){
let testVar = false;
const nsprefix = NAMESPACE_FIELD_CHECK.namespacePrefix;
console.log(`is2GPNamespace: ${nsprefix}`);
let partName = NAMESPACE_FIELD_CHECK.slice(0, 7);
if(partName == 'GCKit__'){
testVar = true;
Expand Down

0 comments on commit 1818a3d

Please sign in to comment.