diff --git a/src/frontend/src/CustomNodes/GenericNode/components/ListSelectionComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/ListSelectionComponent/index.tsx index 301c6b12f..ec94f3ba3 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/ListSelectionComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/ListSelectionComponent/index.tsx @@ -212,7 +212,7 @@ const ListSelectionComponent = ({
{filteredList.length > 0 ? ( filteredList.map((item, index) => ( @@ -249,14 +249,16 @@ const ListSelectionComponent = ({ )}
- + {onAddButtonClick && ( + + )}