diff --git a/superset-frontend/src/explore/components/ControlRow.tsx b/superset-frontend/src/explore/components/ControlRow.tsx index d4ea06301e925..4a1dfd5789842 100644 --- a/superset-frontend/src/explore/components/ControlRow.tsx +++ b/superset-frontend/src/explore/components/ControlRow.tsx @@ -30,9 +30,15 @@ export default function ControlRow({ controls }: { controls: Control[] }) { ); const colSize = NUM_COLUMNS / countableControls.length; return ( -
+
{controls.map((control, i) => ( -
+
{control}
))}