Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
1227a008de |
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ export class DashboardComponent {
|
|||
.afterClosed()
|
||||
.subscribe((accepted: Boolean) => {
|
||||
if (accepted) {
|
||||
this.router.navigate([link.id]);
|
||||
this.router.navigate([link.slug]);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue