mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +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
@@ -46,8 +46,8 @@ class QueryAutoRefresh extends React.Component {
|
||||
}
|
||||
QueryAutoRefresh.propTypes = {
|
||||
actions: React.PropTypes.object,
|
||||
queriesLastUpdate: React.PropTypes.integer,
|
||||
networkOn: React.PropTypes.boolean,
|
||||
queriesLastUpdate: React.PropTypes.number,
|
||||
networkOn: React.PropTypes.bool,
|
||||
};
|
||||
QueryAutoRefresh.defaultProps = {
|
||||
// queries: null,
|
||||
|
||||
Reference in New Issue
Block a user