mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
fix: dashbaord unable to refresh (#20220)
This commit is contained in:
@@ -481,6 +481,7 @@ export function exploreJSON(
|
||||
return Promise.all([
|
||||
chartDataRequestCaught,
|
||||
dispatch(triggerQuery(false, key)),
|
||||
dispatch(updateQueryFormData(formData, key)),
|
||||
...annotationLayers.map(annotation =>
|
||||
dispatch(
|
||||
runAnnotationQuery({
|
||||
|
||||
Reference in New Issue
Block a user