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