Skip to content

Commit

Permalink
Merge pull request #1138 from catenax-ng/chore/616-fix-cypress
Browse files Browse the repository at this point in the history
chore(feature): 616 - Cypress test fix.
  • Loading branch information
ds-mwesener authored Apr 2, 2024
2 parents 2f9dfc1 + e157d24 commit 972f02b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class NotificationDetailComponent implements AfterViewInit, OnDestroy {
}

private selectedNotificationBasedOnUrl(): void {
const notificationId = this.route.snapshot.paramMap.get('alertId');
const notificationId = this.route.snapshot.paramMap.get('notificationId');
this.notificationsFacade
.getNotification(notificationId)
.pipe(
Expand Down

0 comments on commit 972f02b

Please sign in to comment.