From 8568afe5b4fb4d26b14fbc0d21f088eaa490b314 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Tue, 14 Mar 2017 05:29:12 -0400 Subject: [PATCH] PLT-5804 Fix email blue error not showing up (#5749) --- webapp/components/error_bar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/error_bar.jsx b/webapp/components/error_bar.jsx index a1981aa2a4..edb929f20d 100644 --- a/webapp/components/error_bar.jsx +++ b/webapp/components/error_bar.jsx @@ -30,7 +30,7 @@ export default class ErrorBar extends React.Component { this.onAnalyticsChange = this.onAnalyticsChange.bind(this); this.handleClose = this.handleClose.bind(this); - ErrorStore.clearNotificationError(); + ErrorStore.clearLastError(); let isSystemAdmin = false; const user = UserStore.getCurrentUser();