mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-04 16:33:32 +00:00
Fixed frontend issues, switched back to nginxproxymanager dockerhub space
This commit is contained in:
@@ -31,7 +31,6 @@ const useCertificateAuthorities = (
|
||||
return useQuery<CertificateAuthoritiesResponse, Error>({
|
||||
queryKey: ["certificate-authorities", { offset, limit, sortBy, filters }],
|
||||
queryFn: () => fetchCertificateAuthorities(offset, limit, sortBy, filters),
|
||||
keepPreviousData: true,
|
||||
staleTime: 15 * 1000, // 15 seconds
|
||||
...options,
|
||||
});
|
||||
|
Reference in New Issue
Block a user