mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-29 19:15:22 +02:00
chore(version): bump version
This commit is contained in:
@@ -30,7 +30,6 @@ export const DockerLogsId: React.FC<Props> = ({
|
||||
}
|
||||
|
||||
if (wsRef.current) {
|
||||
console.log(wsRef.current);
|
||||
if (wsRef.current.readyState === WebSocket.OPEN) {
|
||||
wsRef.current.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user