mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
don't reload host if query string changes
This commit is contained in:
@@ -35,7 +35,7 @@ function Host({ setBreadcrumb }) {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetchHost();
|
fetchHost();
|
||||||
}, [fetchHost, location]);
|
}, [fetchHost, location.pathname]);
|
||||||
|
|
||||||
const tabsArray = [
|
const tabsArray = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user