mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Rename AccessList to OrganizationAccessList and fix paths.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import AccessList from '../../../../components/AccessList';
|
||||
import OrganizationAccessList from '../../components/OrganizationAccessList';
|
||||
|
||||
class OrganizationAccess extends React.Component {
|
||||
constructor (props) {
|
||||
@@ -27,7 +27,7 @@ class OrganizationAccess extends React.Component {
|
||||
} = this.props;
|
||||
|
||||
return (
|
||||
<AccessList
|
||||
<OrganizationAccessList
|
||||
getAccessList={this.getOrgAccessList}
|
||||
removeRole={this.removeRole}
|
||||
match={match}
|
||||
|
||||
Reference in New Issue
Block a user