mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Fix screen reload on host tab change
This commit is contained in:
@@ -34,7 +34,6 @@ function Host({ i18n, setBreadcrumb }) {
|
||||
useEffect(() => {
|
||||
(async () => {
|
||||
setContentError(null);
|
||||
setHasContentLoading(true);
|
||||
|
||||
try {
|
||||
const { data } = await HostsAPI.readDetail(match.params.id);
|
||||
|
||||
Reference in New Issue
Block a user