Skip to content

Commit a699aac

Browse files
committed
feat: add Index props
1 parent 4940d3e commit a699aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/main/Continuous.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default (props: Props) => {
4545
conversationId={props.conversationId}
4646
message={message}
4747
handleStreaming={handleStreamableTextUpdate}
48-
// index={index()}
48+
index={index()}
4949
/>
5050
</div>
5151
)}

0 commit comments

Comments
 (0)