diff --git a/web/src/views/Conversation/index.tsx b/web/src/views/Conversation/index.tsx index 12d17cda..3b7b30d5 100644 --- a/web/src/views/Conversation/index.tsx +++ b/web/src/views/Conversation/index.tsx @@ -178,6 +178,7 @@ const Conversation: FC = () => { data.forEach((item) => { switch(item.event) { case 'start': + case 'node_start': const { conversation_id: newId } = item.data as { conversation_id: string } currentConversationId = newId break