diff --git a/app/scripts/modules/core/src/instance/InstanceListBody.tsx b/app/scripts/modules/core/src/instance/InstanceListBody.tsx index 6b15384680d..892050152ee 100644 --- a/app/scripts/modules/core/src/instance/InstanceListBody.tsx +++ b/app/scripts/modules/core/src/instance/InstanceListBody.tsx @@ -137,11 +137,6 @@ export class InstanceListBody extends React.Component): void { - event.stopPropagation(); - this.MultiselectModel.toggleInstance(this.props.serverGroup, event.target.getAttribute('data-instance-id')); - } - private renderRow(instance: IInstance): JSX.Element { const { hasLoadBalancers, hasDiscovery } = this.props; const showProviderHealth = !hasLoadBalancers && !hasDiscovery; @@ -176,7 +171,6 @@ export class InstanceListBody extends React.Component )}