1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-11-19 11:22:12 +02:00
parent 1d910739e2
commit 91f2cb1655

View File

@ -38,7 +38,7 @@ if (ipcMain) {
const managedCluster = getById(clusterId); const managedCluster = getById(clusterId);
if (managedCluster) { if (managedCluster) {
managedCluster.disconnect(); managedCluster.disconnect();
clusterFrameMap.delete(managedCluster.id) clusterFrameMap.delete(managedCluster.cluster.id)
} }
}) })