Linted all, refactored VisualizeModal out

This commit is contained in:
Maxime Beauchemin
2016-08-06 23:08:24 -07:00
parent 07a6a0a630
commit dbef3543a9
15 changed files with 300 additions and 209 deletions

View File

@@ -123,9 +123,6 @@ class SqlEditorTopToolbar extends React.Component {
that.setState({ databaseLoading: false });
});
}
notImplemented() {
alert('Not implemented');
}
closePopover(ref) {
this.refs[ref].hide();
}