From 1227a008de047dabd75908ea9cbe1a3d4808944f Mon Sep 17 00:00:00 2001 From: jank Date: Tue, 18 Mar 2025 11:18:52 +0000 Subject: [PATCH] Update src/app/dashboard/dashboard.component.ts --- src/app/dashboard/dashboard.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/dashboard.component.ts b/src/app/dashboard/dashboard.component.ts index 1acced3..e37aa3c 100644 --- a/src/app/dashboard/dashboard.component.ts +++ b/src/app/dashboard/dashboard.component.ts @@ -59,7 +59,7 @@ export class DashboardComponent { .afterClosed() .subscribe((accepted: Boolean) => { if (accepted) { - this.router.navigate([link.id]); + this.router.navigate([link.slug]); } }); }