mirror of
https://github.com/ansible/awx.git
synced 2026-03-29 06:45:09 -02:30
fix lint error from removing api passing via props
This commit is contained in:
@@ -131,7 +131,7 @@ class OrganizationAccess extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render () {
|
render () {
|
||||||
const { api, organization, i18n } = this.props;
|
const { organization, i18n } = this.props;
|
||||||
const {
|
const {
|
||||||
isLoading,
|
isLoading,
|
||||||
isInitialized,
|
isInitialized,
|
||||||
|
|||||||
Reference in New Issue
Block a user