mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
This commit is contained in:
committed by
Maxime Beauchemin
parent
3c0e85e2c0
commit
2d6b9422c6
@@ -216,6 +216,9 @@ export const sqlLabReducer = function (state, action) {
|
||||
[actions.QUERY_EDITOR_SET_AUTORUN]() {
|
||||
return alterInArr(state, 'queryEditors', action.queryEditor, { autorun: action.autorun });
|
||||
},
|
||||
[actions.QUERY_EDITOR_PERSIST_HEIGHT]() {
|
||||
return alterInArr(state, 'queryEditors', action.queryEditor, { height: action.currentHeight });
|
||||
},
|
||||
[actions.ADD_ALERT]() {
|
||||
return addToArr(state, 'alerts', action.alert);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user