From 60002c3eb753d318092db3c35a06e79820a4dfa8 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Tue, 28 Feb 2023 23:01:02 -0300 Subject: [PATCH] fixed fields at generic node --- .../components/textAreaComponent/index.tsx | 2 +- .../extraSidebarComponent/index.tsx | 20 +++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/space_flow/src/components/textAreaComponent/index.tsx b/space_flow/src/components/textAreaComponent/index.tsx index 258054919..31aba2c64 100644 --- a/space_flow/src/components/textAreaComponent/index.tsx +++ b/space_flow/src/components/textAreaComponent/index.tsx @@ -17,7 +17,7 @@ export default function TextAreaComponent({ value, onChange, disabled }) {
diff --git a/space_flow/src/pages/FlowPage/components/extraSidebarComponent/index.tsx b/space_flow/src/pages/FlowPage/components/extraSidebarComponent/index.tsx index 26df86484..83ac8be87 100644 --- a/space_flow/src/pages/FlowPage/components/extraSidebarComponent/index.tsx +++ b/space_flow/src/pages/FlowPage/components/extraSidebarComponent/index.tsx @@ -69,9 +69,9 @@ export default function ExtraSidebar() { }) } > -
+
{t} - +
@@ -94,9 +94,9 @@ export default function ExtraSidebar() { }) } > -
+
Chat Input - +
@@ -111,9 +111,9 @@ export default function ExtraSidebar() { }) } > -
+
Chat Output - +
@@ -134,9 +134,9 @@ export default function ExtraSidebar() { }) } > -
+
String - +
@@ -151,9 +151,9 @@ export default function ExtraSidebar() { }) } > -
+
Boolean - +