mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +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
@@ -32,8 +32,8 @@ SqlShrink.defaultProps = {
|
||||
|
||||
SqlShrink.propTypes = {
|
||||
sql: React.PropTypes.string,
|
||||
maxWidth: React.PropTypes.integer,
|
||||
maxLines: React.PropTypes.integer,
|
||||
maxWidth: React.PropTypes.number,
|
||||
maxLines: React.PropTypes.number,
|
||||
};
|
||||
|
||||
export default SqlShrink;
|
||||
|
||||
Reference in New Issue
Block a user