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
All checks were successful
Release / Release (push) Successful in 1m39s
Reviewed-on: #26
This commit is contained in:
commit
f5a4680f0c
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
Add a link
Reference in a new issue