PLT-5804 Fix email blue error not showing up (#5749)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
ca90fe5cbe
Коммит
8568afe5b4
@@ -30,7 +30,7 @@ export default class ErrorBar extends React.Component {
|
|||||||
this.onAnalyticsChange = this.onAnalyticsChange.bind(this);
|
this.onAnalyticsChange = this.onAnalyticsChange.bind(this);
|
||||||
this.handleClose = this.handleClose.bind(this);
|
this.handleClose = this.handleClose.bind(this);
|
||||||
|
|
||||||
ErrorStore.clearNotificationError();
|
ErrorStore.clearLastError();
|
||||||
|
|
||||||
let isSystemAdmin = false;
|
let isSystemAdmin = false;
|
||||||
const user = UserStore.getCurrentUser();
|
const user = UserStore.getCurrentUser();
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user