mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fleet desktop: Self-service stale time causing previous searches not to recall API (#28910)
This commit is contained in:
parent
5a8da97c5d
commit
55f308663a
1 changed files with 0 additions and 1 deletions
|
|
@ -108,7 +108,6 @@ const SoftwareSelfService = ({
|
|||
...DEFAULT_USE_QUERY_OPTIONS,
|
||||
enabled: isSoftwareEnabled,
|
||||
keepPreviousData: true,
|
||||
staleTime: 7000,
|
||||
onSuccess: (response) => {
|
||||
setSelfServiceData(response);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue