diff --git a/ui/src/components/Layouts/InputGrid/InputGrid.tsx b/ui/src/components/Layouts/InputGrid/InputGrid.tsx index 782265fb..78236ee9 100644 --- a/ui/src/components/Layouts/InputGrid/InputGrid.tsx +++ b/ui/src/components/Layouts/InputGrid/InputGrid.tsx @@ -12,7 +12,7 @@ const InputGrid: FC = ({ children, className }) => { return ( {childElements.map((child, index) => ( - + {child} ))}