Update src/app/dashboard/dashboard.component.ts
All checks were successful
release-please / release-please (push) Successful in 2m7s
All checks were successful
release-please / release-please (push) Successful in 2m7s
This commit is contained in:
parent
f69a3a9028
commit
1227a008de
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export class DashboardComponent {
|
||||||
.afterClosed()
|
.afterClosed()
|
||||||
.subscribe((accepted: Boolean) => {
|
.subscribe((accepted: Boolean) => {
|
||||||
if (accepted) {
|
if (accepted) {
|
||||||
this.router.navigate([link.id]);
|
this.router.navigate([link.slug]);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue