Compare commits

...

1 commit
v1.0.0 ... main

Author SHA1 Message Date
1227a008de Update src/app/dashboard/dashboard.component.ts
All checks were successful
release-please / release-please (push) Successful in 2m7s
2025-03-18 11:18:52 +00:00

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