Co-authored-by: Weblate (bot) <hosted@weblate.org>
Co-authored-by: Havokdan <havokdan@yahoo.com.br>
This commit is contained in:
Joe Milazzo 2023-10-20 06:34:10 -05:00 committed by GitHub
parent eecf311af9
commit dafef2e182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View file

@ -222,6 +222,7 @@ export class CustomizeSidenavStreamsComponent implements OnDestroy {
orderUpdated(event: IndexUpdateEvent) {
this.sideNavService.updateSideNavStreamPosition(event.item.name, event.item.id, event.fromPosition, event.toPosition).subscribe(() => {
this.sideNavService.getSideNavStreams(false).subscribe((data) => {
this.items = [...data];