fix(alerts): fixed login and other alert popups not showing, fixes #5435
This commit is contained in:
@@ -87,7 +87,7 @@ export class BackendSrv {
|
||||
});
|
||||
}
|
||||
|
||||
this.$timeout(this.requestErrorHandler.bind(this), 50);
|
||||
this.$timeout(this.requestErrorHandler.bind(this, err), 50);
|
||||
throw err;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user