1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

base-migration-branch merge-fix

Signed-off-by: Roman <ixrock@gmail.com>
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
This commit is contained in:
Roman 2020-08-07 17:32:36 +03:00 committed by Lauri Nevala
parent 9818c07927
commit 795a98c3f4

View File

@ -108,7 +108,7 @@ export class ClustersMenu extends React.Component<Props> {
showErrors={true}
cluster={cluster}
isActive={cluster.id === getMatchedClusterId()}
onClick={() => this.activateCluster(cluster.id)}
onClick={() => this.showCluster(cluster.id)}
onContextMenu={() => this.showContextMenu(cluster)}
/>
)