Update src/app/dashboard/dashboard.component.ts
All checks were successful
release-please / release-please (push) Successful in 2m7s

This commit is contained in:
Jan K9f 2025-03-18 11:18:52 +00:00
parent f69a3a9028
commit 1227a008de

View file

@ -59,7 +59,7 @@ export class DashboardComponent {
.afterClosed()
.subscribe((accepted: Boolean) => {
if (accepted) {
this.router.navigate([link.id]);
this.router.navigate([link.slug]);
}
});
}