[sqllab] run only the part of the query that is selected (#1479)

This commit is contained in:
Maxime Beauchemin
2016-10-31 21:07:46 -07:00
committed by GitHub
parent 4f49cb555b
commit 4023f328f7
7 changed files with 67 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ import ModalTrigger from '../../components/ModalTrigger';
const propTypes = {
table: React.PropTypes.object,
actions: React.PropTypes.object,
timeout: React.PropTypes.integer, // used for tests
timeout: React.PropTypes.number, // used for tests
};
const defaultProps = {