Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
suddjian committed Jul 28, 2021
1 parent e9604b4 commit 8b92971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset-frontend/src/dashboard/components/Dashboard.jsx
Expand Up @@ -133,6 +133,7 @@ class Dashboard extends React.PureComponent {
const nextChartIds = getChartIdsFromLayout(nextProps.layout);

if (this.props.dashboardInfo.id !== nextProps.dashboardInfo.id) {
// single-page-app navigation check
return;
}

Expand Down

0 comments on commit 8b92971

Please sign in to comment.