mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
remove unnecessary disabled prop
This commit is contained in:
@@ -74,7 +74,6 @@ class Config extends React.Component<Props> {
|
||||
path={`${url}/roles/create`}
|
||||
render={() => (
|
||||
<CreateRepositoryRole
|
||||
disabled={false}
|
||||
history={this.props.history}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user