Skip to content

Commit

Permalink
Merge branch 'main' into feature/mul-data-source
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuarrrr authored Oct 3, 2023
2 parents 5532d38 + ab925eb commit afc8a9f
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,17 @@ export const useDashboardAppAndGlobalState = ({

subscriptions.add(stopSyncingFromTimeFilters);

const stopSyncingFromGlobalFilters = filterManager.getUpdates$().subscribe(() => {
refreshDashboardContainer({
dashboardServices: services,
dashboardContainer,
savedDashboard: dashboard!,
appStateData: stateContainer.getState(),
});
});

subscriptions.add(stopSyncingFromGlobalFilters);

unsubscribeFromDashboardContainer = () => {
stopSyncingDashboardContainerInputs();
stopSyncingDashboardContainerOutputs();
Expand Down

0 comments on commit afc8a9f

Please sign in to comment.