Skip to content

Commit

Permalink
resolve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codemaster08240328 committed Apr 28, 2022
1 parent 49b3754 commit 840d009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/explore/reducers/exploreReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default function exploreReducer(state = {}, action) {
...state,
controls: {
...state.controls,
[action.controlName]: control,
[controlName]: control,
...(controlName === 'metrics' && { column_config }),
},
};
Expand Down

0 comments on commit 840d009

Please sign in to comment.