mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-17 04:43:26 +00:00
Fixed frontend issues, switched back to nginxproxymanager dockerhub space
This commit is contained in:
@@ -55,7 +55,7 @@ function TableWrapper() {
|
||||
isClosable: true,
|
||||
});
|
||||
setTimeout(() => {
|
||||
queryClient.invalidateQueries(["certificates"]);
|
||||
queryClient.invalidateQueries({ queryKey: ["certificates"] });
|
||||
}, 500);
|
||||
} catch (err: any) {
|
||||
toast({
|
||||
|
||||
@@ -67,7 +67,7 @@ function Setup() {
|
||||
try {
|
||||
await login(response.email, password);
|
||||
// Trigger a Health change
|
||||
await queryClient.refetchQueries(["health"]);
|
||||
await queryClient.refetchQueries({ queryKey: ["health"] });
|
||||
// window.location.reload();
|
||||
} catch (err: any) {
|
||||
showErr(err.message);
|
||||
|
||||
Reference in New Issue
Block a user