remove reset state since it is not needed2

§
This commit is contained in:
Maren Süwer
2018-09-27 11:57:19 +02:00
parent 991640bc4b
commit 33ffd4baa8
2 changed files with 0 additions and 12 deletions

View File

@@ -35,7 +35,6 @@ class ChangesetView extends React.Component<Props> {
const { fetchChangesetIfNeeded, repository } = this.props;
const id = this.props.match.params.id;
fetchChangesetIfNeeded(repository.namespace, repository.name, id);
this.props.resetForm(repository.namespace, repository.name, id);
}
render() {