[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:
Maxime Beauchemin
2016-09-12 23:09:18 -07:00
committed by GitHub
parent 1f761c61dd
commit df533d30fc
6 changed files with 18 additions and 11 deletions

View File

@@ -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;