diff --git a/awx/ui_next/src/components/Lookup/OrganizationLookup.jsx b/awx/ui_next/src/components/Lookup/OrganizationLookup.jsx index 82274cd7fc..ec60c553cd 100644 --- a/awx/ui_next/src/components/Lookup/OrganizationLookup.jsx +++ b/awx/ui_next/src/components/Lookup/OrganizationLookup.jsx @@ -40,7 +40,7 @@ function OrganizationLookup({ organizations: data.results, itemCount: data.count, }; - }, [history.location]), + }, [history.location.search]), { organizations: [], itemCount: 0,