From 46313155b32b5778f9116963f647fd6d69246503 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Tue, 4 Jun 2024 16:26:20 -0300 Subject: [PATCH] feat: Add support for array result type in SwitchOutputView component --- .../outputModal/components/switchOutputView/index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/index.tsx b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/index.tsx index 94c6be0d0..62f49835e 100644 --- a/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/index.tsx +++ b/src/frontend/src/customNodes/genericNode/components/outputModal/components/switchOutputView/index.tsx @@ -48,6 +48,13 @@ export default function SwitchOutputView(nodeId): JSX.Element { columnMode="union" /> + + + ); }