mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
don't reload host if query string changes
This commit is contained in:
parent
8ac3cc1542
commit
e6cfd726c6
@ -35,7 +35,7 @@ function Host({ setBreadcrumb }) {
|
||||
|
||||
useEffect(() => {
|
||||
fetchHost();
|
||||
}, [fetchHost, location]);
|
||||
}, [fetchHost, location.pathname]);
|
||||
|
||||
const tabsArray = [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user