Skip to content

Commit

Permalink
Add print for additional apps
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Aug 28, 2024
1 parent 95f5a12 commit 6375597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/landing-page/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function App(): JSX.Element {
const urlParams = new URLSearchParams(window.location.search);
if (urlParams.has('appDef') || urlParams.has('appdef')) {
const pathBlueprintSelection = urlParams.get('appDef') || urlParams.get('appdef');
console.log('additionalApps: ' + JSON.stringify(config.additionalApps));
if (
// eslint-disable-next-line no-null/no-null
pathBlueprintSelection !== null &&
Expand Down

0 comments on commit 6375597

Please sign in to comment.