PLT-5804 Fix email blue error not showing up (#5749)

Этот коммит содержится в:
Joram Wilander
2017-03-14 05:29:12 -04:00
коммит произвёл George Goldberg
родитель ca90fe5cbe
Коммит 8568afe5b4

Просмотреть файл

@@ -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();