From a699aac21e3bbe719ede5f20db1b125347025a53 Mon Sep 17 00:00:00 2001 From: yzh990918 <251205668@qq.com> Date: Mon, 8 May 2023 17:07:24 +0800 Subject: [PATCH] feat: add Index props --- src/components/main/Continuous.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/Continuous.tsx b/src/components/main/Continuous.tsx index 8f516136..8357a849 100644 --- a/src/components/main/Continuous.tsx +++ b/src/components/main/Continuous.tsx @@ -45,7 +45,7 @@ export default (props: Props) => { conversationId={props.conversationId} message={message} handleStreaming={handleStreamableTextUpdate} - // index={index()} + index={index()} /> )}