mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Fix Chart Error Message Display (#3287)
This commit is contained in:
committed by
Maxime Beauchemin
parent
9a4e4d0443
commit
025ef5a0f1
@@ -43,6 +43,11 @@ export function chartRenderingFailed(error) {
|
||||
return { type: CHART_RENDERING_FAILED, error };
|
||||
}
|
||||
|
||||
export const REMOVE_CHART_ALERT = 'REMOVE_CHART_ALERT';
|
||||
export function removeChartAlert() {
|
||||
return { type: REMOVE_CHART_ALERT };
|
||||
}
|
||||
|
||||
export const RUN_QUERY = 'RUN_QUERY';
|
||||
export function runQuery(formData, force = false) {
|
||||
return function (dispatch, getState) {
|
||||
|
||||
Reference in New Issue
Block a user