Skip to content

Commit

Permalink
[sql lab] fix stuck offline (#6782)
Browse files Browse the repository at this point in the history
(cherry picked from commit 36176f3)
  • Loading branch information
mistercrunch authored and Grace Guo committed Feb 8, 2019
1 parent ab28ee3 commit 949dfb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset/assets/src/SqlLab/components/QueryAutoRefresh.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ class QueryAutoRefresh extends React.PureComponent {
}).catch(() => {
this.props.actions.setUserOffline(true);
});
} else {
this.props.actions.setUserOffline(false);
}
}
render() {
Expand Down

0 comments on commit 949dfb5

Please sign in to comment.