[dashboard] fix duplicated chart fetching when dashboard has default_filters (#8829)

This commit is contained in:
Grace Guo 2019-12-13 11:40:27 -08:00 committed by GitHub
parent b87f21fe1f
commit b6f31abcfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Dashboard extends React.PureComponent {
constructor(props) {
super(props);
this.appliedFilters = {};
this.appliedFilters = props.activeFilters || {};
}
componentDidMount() {