Skip to content

Commit

Permalink
fixed cmd refresh going to connect window
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyboardTsundoku committed Dec 14, 2016
1 parent 3ff2557 commit 7f64c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/connect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ var ConnectView = View.extend({

var view = this;
app.setConnectionId(connection.getId(), function() {
app.navigate('schema', {
app.navigate('home', {
params: {
connectionId: connection.getId()
},
Expand Down

0 comments on commit 7f64c1f

Please sign in to comment.