This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 70ccc26 fix: fix initial filter loading (#13546)
70ccc26 is described below
commit 70ccc26421408a517c844e5a60496676915737e0
Author: simcha90 <[email protected]>
AuthorDate: Wed Mar 10 15:43:39 2021 +0200
fix: fix initial filter loading (#13546)
---
superset-frontend/src/dashboard/containers/Chart.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset-frontend/src/dashboard/containers/Chart.jsx
b/superset-frontend/src/dashboard/containers/Chart.jsx
index a56ad4c..8b5efc4 100644
--- a/superset-frontend/src/dashboard/containers/Chart.jsx
+++ b/superset-frontend/src/dashboard/containers/Chart.jsx
@@ -66,7 +66,7 @@ function mapStateToProps(
colorScheme,
colorNamespace,
sliceId: id,
- nativeFilters: nativeFilters.filters,
+ nativeFilters,
dataMask,
});