We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a3d2c commit 4a137b8Copy full SHA for 4a137b8
src/app/connect/index.js
@@ -439,8 +439,9 @@ var ConnectView = View.extend({
439
};
440
441
connection.test(function(err) {
442
+ // Always hide the status bar while we're moving to React components
443
+ StatusAction.hide();
444
if (!err) {
- StatusAction.hide();
445
// now save connection
446
this.connection = connection;
447
this.connection.save({ last_used: new Date() }, { success: onSave.bind(this) });
0 commit comments