浏览代码

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

Torkel Ödegaard 9 年之前
父节点
当前提交
b275fa8109
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/core/services/backend_srv.ts

+ 1 - 1
public/app/core/services/backend_srv.ts

@@ -87,7 +87,7 @@ export class BackendSrv {
         });
       }
 
-      this.$timeout(this.requestErrorHandler.bind(this), 50);
+      this.$timeout(this.requestErrorHandler.bind(this, err), 50);
       throw err;
     });
   };