UI Polish (#1599)
* Make the positioning of "Library | Recommended" consistent * Fix reading lists not navigating back to their library after deletion
This commit is contained in:
parent
038addf88c
commit
507fffcaa8
2 changed files with 29 additions and 31 deletions
|
|
@ -144,7 +144,7 @@ export class ReadingListDetailComponent implements OnInit {
|
|||
|
||||
this.readingListService.delete(readingList.id).subscribe(() => {
|
||||
this.toastr.success('Reading list deleted');
|
||||
this.router.navigateByUrl('library#lists');
|
||||
this.router.navigateByUrl('/lists');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue