summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-03-14 05:29:12 -0400
committerGeorge Goldberg <george@gberg.me>2017-03-14 09:29:12 +0000
commit8568afe5b4fb4d26b14fbc0d21f088eaa490b314 (patch)
treeac290cd629bb96d13486edf1661be16e26ab9ae6
parentca90fe5cbe43df68a2690077b86377f5823f3284 (diff)
downloadchat-8568afe5b4fb4d26b14fbc0d21f088eaa490b314.tar.gz
chat-8568afe5b4fb4d26b14fbc0d21f088eaa490b314.tar.bz2
chat-8568afe5b4fb4d26b14fbc0d21f088eaa490b314.zip
PLT-5804 Fix email blue error not showing up (#5749)
-rw-r--r--webapp/components/error_bar.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/error_bar.jsx b/webapp/components/error_bar.jsx
index a1981aa2a..edb929f20 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();