remove unnecessary disabled prop

This commit is contained in:
Florian Scholdei
2019-05-17 16:10:14 +02:00
parent 8fe5da1882
commit 1f25ba6040
2 changed files with 0 additions and 3 deletions

View File

@@ -74,7 +74,6 @@ class Config extends React.Component<Props> {
path={`${url}/roles/create`}
render={() => (
<CreateRepositoryRole
disabled={false}
history={this.props.history}
/>
)}