From dbcd6132511761b3120b88c5bb40f7386b123fe9 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Wed, 2 Aug 2023 12:07:08 -0300 Subject: [PATCH] Revert "Removed unused console log" This reverts commit da7391e783158a1629d5d3ce839b4d82e06070b0. --- src/frontend/src/modals/formModal/index.tsx | 30 +++++++++++++-------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/frontend/src/modals/formModal/index.tsx b/src/frontend/src/modals/formModal/index.tsx index 751eacea1..224c9b6b5 100644 --- a/src/frontend/src/modals/formModal/index.tsx +++ b/src/frontend/src/modals/formModal/index.tsx @@ -112,6 +112,8 @@ export default function FormModal({ return newChat; }); }; + + console.log(tabsState[flow.id]) //add proper type signature for function function updateLastMessage({ @@ -489,23 +491,29 @@ export default function FormModal({ {i} -
- {}} - size="small" - disabled={true} - /> -
+
+ {} + } + size="small" + disabled={true} + /> +
+ } key={k} keyValue={i} >
-
- Source: Memory -
+ +
+ Source: Memory +
+