refactor / enable routing after createRepoRole

This commit is contained in:
Eduard Heimbuch
2019-05-15 16:57:28 +02:00
parent 6c627bfe00
commit 60cf070c44
5 changed files with 10 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ class Config extends React.Component<Props> {
/>
<Route
path={`${url}/roles/create`}
render={() => <CreateRepositoryRole disabled={false} />}
render={() => <CreateRepositoryRole disabled={false} history={this.props.history} />}
/>
<ExtensionPoint
name="config.route"