diff --git a/src/frontend/src/CustomNodes/GenericNode/components/ListSelectionComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/ListSelectionComponent/index.tsx index 4780e23fe..2bef4121b 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/ListSelectionComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/ListSelectionComponent/index.tsx @@ -93,11 +93,11 @@ const ListItem = ({ )}
-
+
{item.name}
{"metaData" in item && item.metaData && ( -
+
{item.metaData}
)} @@ -105,7 +105,7 @@ const ListItem = ({ {isHovered || isFocused ? (
-
+
Select
@@ -286,7 +286,7 @@ const ListSelectionComponent = ({ name={nodeClass?.icon || "unknown"} className="h-[18px] w-[18px] text-muted-foreground" /> -
+
{nodeClass?.display_name}
diff --git a/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx index 581b09beb..26aa75f61 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/NodeDescription/index.tsx @@ -78,7 +78,7 @@ export default function NodeDescription({ @@ -153,7 +153,7 @@ export default function NodeDescription({