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 2021-02-01 08:15:48 +02:00
parent d007021619
commit debdabb617

View File

@ -66,7 +66,6 @@ export class CommandContainer extends React.Component<{cluster?: Cluster}> {
componentDidMount() {
if (this.props.cluster) {
subscribeToBroadcast(`command-palette:run-action:${this.props.cluster.id}`, (event, commandId: string) => {
console.log("run-action", commandId);
const command = this.findCommandById(commandId);
if (command) {