File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/platform/plugins/shared/discover/public/application/main/state_management Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -569,15 +569,15 @@ export function getDiscoverStateContainer({
569569 ) ;
570570
571571 // Subscribe to CPS projectRouting changes (global subscription affects all tabs)
572- const cpsProjectRoutingSubscription = services . cps ?. cpsManager ?. getProjectRouting$ ( ) . subscribe (
573- ( cpsProjectRouting ) => {
572+ const cpsProjectRoutingSubscription = services . cps ?. cpsManager
573+ ?. getProjectRouting$ ( )
574+ . subscribe ( ( cpsProjectRouting ) => {
574575 const currentProjectRouting = internalState . getState ( ) . projectRouting ;
575576
576577 if ( cpsProjectRouting !== currentProjectRouting ) {
577578 internalState . dispatch ( internalStateActions . setProjectRouting ( cpsProjectRouting ) ) ;
578579 }
579- }
580- ) ;
580+ } ) ;
581581
582582 const { start : startSyncingGlobalStateWithUrl , stop : stopSyncingGlobalStateWithUrl } =
583583 syncState ( {
You can’t perform that action at this time.
0 commit comments