mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 07:56:06 -03:30
Refactor organization look to use useRequest hook
This commit is contained in:
@@ -40,7 +40,7 @@ function OrganizationLookup({
|
||||
organizations: data.results,
|
||||
itemCount: data.count,
|
||||
};
|
||||
}, [history.location]),
|
||||
}, [history.location.search]),
|
||||
{
|
||||
organizations: [],
|
||||
itemCount: 0,
|
||||
|
||||
Reference in New Issue
Block a user