Skip to content

Commit

Permalink
PLT-5804 Fix email blue error not showing up (#5749)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilander authored and grundleborg committed Mar 14, 2017
1 parent ca90fe5 commit 8568afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/components/error_bar.jsx
Expand Up @@ -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();
Expand Down

0 comments on commit 8568afe

Please sign in to comment.