eschutho commented on code in PR #20965:
URL: https://github.com/apache/superset/pull/20965#discussion_r938281929


##########
superset-frontend/src/explore/actions/hydrateExplore.ts:
##########
@@ -119,7 +120,7 @@ export const hydrateExplore =
       controls: initialControls,
       form_data: initialFormData,
       slice: initialSlice,
-      controlsTransferred: [],
+      controlsTransferred: explore.controlsTransferred,

Review Comment:
   @michael-s-molina do you see any problems with us pulling in state here on 
hydrate? It's not a property that exists in the persisted db. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to