Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Sep 2, 2020
1 parent 123ac2a commit 2ededee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ export class DashboardAppController {
// plus output of dashboard container children,
// children may change, so make sure we subscribe/unsubscribe with switchMap
dashboardContainer.getInput$().pipe(
map((v) => dashboardContainer!.getChildIds()),
map(() => dashboardContainer!.getChildIds()),
distinctUntilChanged(deepEqual),
switchMap((newChildIds: string[]) =>
merge(
Expand Down

0 comments on commit 2ededee

Please sign in to comment.