mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
fix lint error from removing api passing via props
This commit is contained in:
parent
f4550900bb
commit
001fc1293c
@ -131,7 +131,7 @@ class OrganizationAccess extends React.Component {
|
||||
}
|
||||
|
||||
render () {
|
||||
const { api, organization, i18n } = this.props;
|
||||
const { organization, i18n } = this.props;
|
||||
const {
|
||||
isLoading,
|
||||
isInitialized,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user