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>
This commit is contained in:
parent
5b16d01521
commit
c3689369fc
@ -108,7 +108,7 @@ export class ClustersMenu extends React.Component<Props> {
|
|||||||
showErrors={true}
|
showErrors={true}
|
||||||
cluster={cluster}
|
cluster={cluster}
|
||||||
isActive={cluster.id === getMatchedClusterId()}
|
isActive={cluster.id === getMatchedClusterId()}
|
||||||
onClick={() => this.activateCluster(cluster.id)}
|
onClick={() => this.showCluster(cluster.id)}
|
||||||
onContextMenu={() => this.showContextMenu(cluster)}
|
onContextMenu={() => this.showContextMenu(cluster)}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user