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({