diff --git a/src/app/features/presentation-definition/components/home/home.component.ts b/src/app/features/presentation-definition/components/home/home.component.ts index 3723f1e..fe00e52 100644 --- a/src/app/features/presentation-definition/components/home/home.component.ts +++ b/src/app/features/presentation-definition/components/home/home.component.ts @@ -44,7 +44,7 @@ export class HomeComponent implements OnInit, OnDestroy { filter((event): event is NavigationEnd => event instanceof NavigationEnd) ) .subscribe((event) => { - if (event.url.includes('presentation/create')) { + if (event.url.includes('custom-request/create')) { this.actions = PRESENTATION_ACTIONS; this.requestCode = ''; this.disableNextButton(this.requestCode);