summaryrefslogtreecommitdiffstats
path: root/webapp/components/error_bar.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/error_bar.jsx')
-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();