mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-02 15:33:32 +00:00
Fixed frontend issues, switched back to nginxproxymanager dockerhub space
This commit is contained in:
@@ -27,7 +27,7 @@ function SiteWrapper({ children }: Props) {
|
||||
const j: SSEMessage = JSON.parse(e.data);
|
||||
if (j) {
|
||||
if (j.affects) {
|
||||
queryClient.invalidateQueries([j.affects]);
|
||||
queryClient.invalidateQueries({ queryKey: [j.affects] });
|
||||
}
|
||||
if (j.type) {
|
||||
toast({
|
||||
|
Reference in New Issue
Block a user