Merge pull request 'Update src/app/dashboard/dashboard.component.ts' (#26) from main into prod
All checks were successful
Release / Release (push) Successful in 1m39s

Reviewed-on: #26
This commit is contained in:
Jan K9f 2025-03-18 11:19:52 +00:00
commit f5a4680f0c

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]);
}
});
}