Skip to content

Commit

Permalink
Merge pull request #215 from smacker/disable_example_autorun
Browse files Browse the repository at this point in the history
disable example autorun
  • Loading branch information
smacker authored Aug 14, 2018
2 parents ed9e28d + 76fd482 commit 7bdc4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ SELECT files.repository_id, files.file_path,
)) as functions
FROM files
NATURAL JOIN refs
WHERE
WHERE
LANGUAGE(files.file_path,files.blob_content) = 'Go'
AND refs.ref_name = 'HEAD'`
}
Expand Down Expand Up @@ -259,7 +259,7 @@ AND refs.ref_name = 'HEAD'`
}

handleExampleClick(sql) {
this.setState({ sql }, this.handleSubmit);
this.setState({ sql });
}

loadSchema() {
Expand Down

0 comments on commit 7bdc4b1

Please sign in to comment.