Skip to content

Commit

Permalink
NAS-131283: Provide single entry point for installing a custom app
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed Sep 27, 2024
1 parent 450e616 commit 0351135
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export class AppWizardComponent implements OnInit, OnDestroy {
pageTitle$ = this._pageTitle$.asObservable().pipe(
filter(Boolean),
map((name) => {
console.info('name', name, customApp);
if (name?.toLocaleLowerCase() === customApp?.toLocaleLowerCase()) {
return `${this.titlePrefix} ${this.translate.instant('Custom App')}`;
}
Expand Down

0 comments on commit 0351135

Please sign in to comment.