superset-frontend/src/explore/components/controls/CollectionControl/index.jsx
Function renderList
has 49 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
renderList() {
if (this.props.value.length === 0) {
return <div className="text-muted">{this.props.placeholder}</div>;
}
const Control = controlMap[this.props.controlName];