mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
clear output follow mode flag on search (#12791)
This commit is contained in:
parent
430f1986c7
commit
b83b65da16
@ -187,6 +187,7 @@ function JobOutput({ job, eventRelatedSearchableKeys, eventSearchableKeys }) {
|
||||
useEffect(() => {
|
||||
const pendingRequests = Object.values(eventByUuidRequests.current || {});
|
||||
setHasContentLoading(true); // prevents "no content found" screen from flashing
|
||||
setIsFollowModeEnabled(false);
|
||||
Promise.allSettled(pendingRequests).then(() => {
|
||||
setRemoteRowCount(0);
|
||||
clearLoadedEvents();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user