From 55f308663a30b8095225e6e6d0013eaf02ed252a Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Wed, 7 May 2025 11:39:10 -0400 Subject: [PATCH] Fleet desktop: Self-service stale time causing previous searches not to recall API (#28910) --- .../hosts/details/cards/Software/SelfService/SelfService.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/pages/hosts/details/cards/Software/SelfService/SelfService.tsx b/frontend/pages/hosts/details/cards/Software/SelfService/SelfService.tsx index 4619ff0a7e..616b800976 100644 --- a/frontend/pages/hosts/details/cards/Software/SelfService/SelfService.tsx +++ b/frontend/pages/hosts/details/cards/Software/SelfService/SelfService.tsx @@ -108,7 +108,6 @@ const SoftwareSelfService = ({ ...DEFAULT_USE_QUERY_OPTIONS, enabled: isSoftwareEnabled, keepPreviousData: true, - staleTime: 7000, onSuccess: (response) => { setSelfServiceData(response); },