Compare commits
2 commits
90d91ffa09
...
68cfd5d92d
Author | SHA1 | Date | |
---|---|---|---|
|
68cfd5d92d | ||
1227a008de |
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [1.3.0](https://git.kjan.de/jank/jklink/compare/v1.2.0...v1.3.0) (2025-03-15)
|
||||
## [1.3.0](https://git.kjan.de/jank/jklink/compare/v1.2.0...v1.3.0) (2025-03-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
|
|
@ -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
Add a link
Reference in a new issue