mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-04 17:35:15 +00:00
More react
- consolidated lang items - proxy host paths work
This commit is contained in:
@@ -52,6 +52,7 @@ const useSetAccessList = () => {
|
||||
queryClient.invalidateQueries({ queryKey: ["access-list", id] });
|
||||
queryClient.invalidateQueries({ queryKey: ["access-lists"] });
|
||||
queryClient.invalidateQueries({ queryKey: ["audit-logs"] });
|
||||
queryClient.invalidateQueries({ queryKey: ["proxy-hosts"] });
|
||||
},
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user