Skip to content

Commit 2ededee

Browse files
committed
update
1 parent 123ac2a commit 2ededee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/dashboard/public/application/dashboard_app_controller.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ export class DashboardAppController {
426426
// plus output of dashboard container children,
427427
// children may change, so make sure we subscribe/unsubscribe with switchMap
428428
dashboardContainer.getInput$().pipe(
429-
map((v) => dashboardContainer!.getChildIds()),
429+
map(() => dashboardContainer!.getChildIds()),
430430
distinctUntilChanged(deepEqual),
431431
switchMap((newChildIds: string[]) =>
432432
merge(

0 commit comments

Comments
 (0)