fix(alerts): fixed login and other alert popups not showing, fixes #5435

This commit is contained in:
Torkel Ödegaard
2016-06-25 17:42:08 +02:00
parent 60f45c965c
commit b275fa8109
+1 -1
View File
@@ -87,7 +87,7 @@ export class BackendSrv {
});
}
this.$timeout(this.requestErrorHandler.bind(this), 50);
this.$timeout(this.requestErrorHandler.bind(this, err), 50);
throw err;
});
};