mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix sqlab progress bar and status inconsistency (#5848)
This commit is contained in:
committed by
Beto Dealmeida
parent
8c83b72ce2
commit
a0e7c176e9
@@ -200,7 +200,7 @@ export default class ResultSet extends React.PureComponent {
|
||||
}
|
||||
let progressBar;
|
||||
let trackingUrl;
|
||||
if (query.progress > 0 && query.state === 'running') {
|
||||
if (query.progress > 0) {
|
||||
progressBar = (
|
||||
<ProgressBar
|
||||
striped
|
||||
|
||||
Reference in New Issue
Block a user