mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
Revert "Display no data alert when async result has zero rows" (#2069)
This commit is contained in:
@@ -197,7 +197,7 @@ class ResultSet extends React.PureComponent {
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
} else if (query.resultsKey && !(data && data.length === 0)) {
|
||||
} else if (query.resultsKey) {
|
||||
return (
|
||||
<div>
|
||||
<Alert bsStyle="warning">This query was run asynchronously
|
||||
|
||||
Reference in New Issue
Block a user