[dashboard] fix duplicated chart fetching when dashboard has default_filters (#8829)
This commit is contained in:
parent
b87f21fe1f
commit
b6f31abcfe
|
|
@ -79,7 +79,7 @@ class Dashboard extends React.PureComponent {
|
|||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.appliedFilters = {};
|
||||
this.appliedFilters = props.activeFilters || {};
|
||||
}
|
||||
|
||||
componentDidMount() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue