mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-26 00:42:08 +02:00
Merge pull request #2726 from matrix-org/travis/settings/save-feedback
Don't re-enable the save button after saving profiles
This commit is contained in:
commit
f9d6d42781
@ -91,7 +91,6 @@ export default class RoomProfileSettings extends React.Component {
|
||||
newState.originalTopic = this.state.topic;
|
||||
}
|
||||
|
||||
newState.enableProfileSave = true;
|
||||
this.setState(newState);
|
||||
};
|
||||
|
||||
|
@ -72,7 +72,6 @@ export default class ProfileSettings extends React.Component {
|
||||
newState.avatarFile = null;
|
||||
}
|
||||
|
||||
newState.enableProfileSave = true;
|
||||
this.setState(newState);
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user