Remove unused class property
parent
31d83ec9ab
commit
06450854c8
|
@ -47,12 +47,6 @@ const QueryMaker = React.createClass({
|
||||||
this.props.setActiveQueryIndex(newIndex)
|
this.props.setActiveQueryIndex(newIndex)
|
||||||
},
|
},
|
||||||
|
|
||||||
handleAddRawQuery() {
|
|
||||||
const newIndex = this.props.queries.length
|
|
||||||
this.props.actions.addQuery({rawText: ''})
|
|
||||||
this.props.setActiveQueryIndex(newIndex)
|
|
||||||
},
|
|
||||||
|
|
||||||
getActiveQuery() {
|
getActiveQuery() {
|
||||||
const {queries, activeQueryIndex} = this.props
|
const {queries, activeQueryIndex} = this.props
|
||||||
const activeQuery = queries[activeQueryIndex]
|
const activeQuery = queries[activeQueryIndex]
|
||||||
|
|
Loading…
Reference in New Issue