PLT-2272 fixing profile img on firefox. (#2786)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
1daa0d6b3e
Коммит
1045948065
@@ -229,9 +229,9 @@ class UserSettingsGeneralTab extends React.Component {
|
|||||||
|
|
||||||
Client.uploadProfileImage(picture,
|
Client.uploadProfileImage(picture,
|
||||||
() => {
|
() => {
|
||||||
|
this.updateSection('');
|
||||||
this.submitActive = false;
|
this.submitActive = false;
|
||||||
AsyncClient.getMe();
|
AsyncClient.getMe();
|
||||||
window.location.reload();
|
|
||||||
},
|
},
|
||||||
(err) => {
|
(err) => {
|
||||||
var state = this.setupInitialState(this.props);
|
var state = this.setupInitialState(this.props);
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user