mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
1d910739e2
commit
91f2cb1655
@ -38,7 +38,7 @@ if (ipcMain) {
|
||||
const managedCluster = getById(clusterId);
|
||||
if (managedCluster) {
|
||||
managedCluster.disconnect();
|
||||
clusterFrameMap.delete(managedCluster.id)
|
||||
clusterFrameMap.delete(managedCluster.cluster.id)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user