Merge pull request #2726 from matrix-org/travis/settings/save-feedback

Don't re-enable the save button after saving profiles
pull/21833/head
Travis Ralston 2019-03-01 09:02:54 -07:00 committed by GitHub
commit f9d6d42781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@ export default class RoomProfileSettings extends React.Component {
newState.originalTopic = this.state.topic;
}
newState.enableProfileSave = true;
this.setState(newState);
};

View File

@ -72,7 +72,6 @@ export default class ProfileSettings extends React.Component {
newState.avatarFile = null;
}
newState.enableProfileSave = true;
this.setState(newState);
};