mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
[sql lab] specify schema name when generating vanila query (#1096)
* [sql lab] specify schema name when generating vanila query * Fixing some react warnings
This commit is contained in:
committed by
GitHub
parent
1f761c61dd
commit
df533d30fc
@@ -88,8 +88,8 @@ class ResultSet extends React.Component {
|
||||
}
|
||||
ResultSet.propTypes = {
|
||||
query: React.PropTypes.object,
|
||||
showControls: React.PropTypes.boolean,
|
||||
search: React.PropTypes.boolean,
|
||||
showControls: React.PropTypes.bool,
|
||||
search: React.PropTypes.bool,
|
||||
searchText: React.PropTypes.string,
|
||||
};
|
||||
ResultSet.defaultProps = {
|
||||
|
||||
Reference in New Issue
Block a user