diff --git a/superset-frontend/src/explore/components/ControlPanelsContainer.tsx b/superset-frontend/src/explore/components/ControlPanelsContainer.tsx index a6ad514291abd..fc738e9d216c0 100644 --- a/superset-frontend/src/explore/components/ControlPanelsContainer.tsx +++ b/superset-frontend/src/explore/components/ControlPanelsContainer.tsx @@ -155,6 +155,11 @@ class ControlPanelsContainer extends React.Component rows.some(item => { const controlName = @@ -175,10 +180,8 @@ class ControlPanelsContainer extends React.Component {label}{' '} {description && ( - + // label is only used in tooltip id (should probably call this prop `id`) + )} {hasErrors && ( {section.controlSetRows.map((controlSets, i) => { const renderedControls = controlSets