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