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); },