Skip to content

Commit

Permalink
[sql lab] fix stuck offline (apache#6782)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7ffdefe)
  • Loading branch information
mistercrunch authored and Grace Guo committed Feb 8, 2019
1 parent 0478e90 commit 683a4e9
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 683a4e9

Please sign in to comment.