Skip to content
Snippets Groups Projects
Commit cac929bb authored by Allen Gilliland's avatar Allen Gilliland
Browse files

start the sql editor in a collapsed state on load. (fixes #809)

parent a5c61707
Branches
Tags
No related merge requests found
......@@ -16,7 +16,7 @@ export default React.createClass({
getInitialState: function() {
return {
showEditor: true
showEditor: false
};
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment