Update src/app/dashboard/dashboard.component.ts #26

Merged
jank merged 1 commit from main into prod 2025-03-18 11:19:53 +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]);
}
});
}