From 34677b6d3f46fe3e5824f8f1c9734269b47f7c6b Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Fri, 31 May 2024 16:33:09 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(index.tsx):=20handle=20'valueEr?= =?UTF-8?q?ror'=20resultType=20in=20SwitchOutputView=20component=20to=20di?= =?UTF-8?q?splay=20'NO=20OUTPUT'=20for=20error=20cases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../outputModal/components/switchOutputView/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 90d1827f4..2689cd3bb 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 @@ -21,7 +21,11 @@ export default function SwitchOutputView(nodeId): JSX.Element { return ( <> - +
NO OUTPUT