[ACS-8747] pass location as a query param (#4124)

This commit is contained in:
Mykyta Maliarchuk
2024-09-18 15:12:06 +02:00
committed by GitHub
parent 2286c722c8
commit e206727121
3 changed files with 28 additions and 20 deletions

View File

@@ -98,7 +98,7 @@ export class DetailsComponent extends PageComponent implements OnInit, OnDestroy
});
this.extensions
.getAllowedSidebarActions()
.pipe(takeUntil(this.onDestroy$))
.pipe(first())
.subscribe((aspectActions) => {
this.aspectActions = aspectActions;
});