villebro commented on a change in pull request #16437:
URL: https://github.com/apache/superset/pull/16437#discussion_r695515690



##########
File path: superset-frontend/src/explore/reducers/exploreReducer.js
##########
@@ -219,6 +219,7 @@ export default function exploreReducer(state = {}, action) {
         slice: {
           ...state.slice,
           ...action.slice,
+          owners: action.slice.owners ?? null,

Review comment:
       This had to be explicitly added, as the action is missing the `owners` 
prop when all owners are missing




-- 
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