mirror of
https://github.com/ansible/awx.git
synced 2026-08-03 03:19:57 -02:30
add org teams list
This commit is contained in:
@@ -11,7 +11,7 @@ class OrganizationAccess extends React.Component {
|
||||
|
||||
getOrgAccessList (id, params) {
|
||||
const { api } = this.props;
|
||||
return api.getOrganzationAccessList(id, params);
|
||||
return api.getOrganizationAccessList(id, params);
|
||||
}
|
||||
|
||||
removeRole (url, id) {
|
||||
|
||||
Reference in New Issue
Block a user