mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
refactor OrganizationTeams/OrganizationTeamsList
This commit is contained in:
@@ -159,10 +159,9 @@ class Organization extends Component {
|
||||
path="/organizations/:id/teams"
|
||||
render={() => (
|
||||
<OrganizationTeams
|
||||
id={Number(match.params.id)}
|
||||
searchString={location.search}
|
||||
api={api}
|
||||
match={match}
|
||||
location={location}
|
||||
history={history}
|
||||
/>
|
||||
)}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user