mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
[sqllab] async queries - better error handling (#1853)
This commit is contained in:
committed by
GitHub
parent
0712894353
commit
16731056ed
@@ -220,7 +220,7 @@ class ResultSet extends React.PureComponent {
|
||||
</Button>
|
||||
);
|
||||
}
|
||||
return (<Alert bsStyle="warning">The query returned no data</Alert>);
|
||||
return <Alert bsStyle="warning">The query returned no data</Alert>;
|
||||
}
|
||||
}
|
||||
ResultSet.propTypes = propTypes;
|
||||
|
||||
Reference in New Issue
Block a user