Fleet desktop: Self-service stale time causing previous searches not to recall API (#28910)

This commit is contained in:
RachelElysia 2025-05-07 11:39:10 -04:00 committed by GitHub
parent 5a8da97c5d
commit 55f308663a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,6 @@ const SoftwareSelfService = ({
...DEFAULT_USE_QUERY_OPTIONS,
enabled: isSoftwareEnabled,
keepPreviousData: true,
staleTime: 7000,
onSuccess: (response) => {
setSelfServiceData(response);
},