mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
[Dashboard bug] should reset chartAlert when start new query (#3837)
This commit is contained in:
committed by
Maxime Beauchemin
parent
f7bf17290c
commit
8459347bdc
@@ -41,6 +41,7 @@ export default function chartReducer(charts = {}, action) {
|
||||
[actions.CHART_UPDATE_STARTED](state) {
|
||||
return { ...state,
|
||||
chartStatus: 'loading',
|
||||
chartAlert: null,
|
||||
chartUpdateEndTime: null,
|
||||
chartUpdateStartTime: now(),
|
||||
queryRequest: action.queryRequest,
|
||||
|
||||
Reference in New Issue
Block a user