Skip to content

Commit

Permalink
feat: add Index props
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh990918 committed May 8, 2023
1 parent 4940d3e commit a699aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/Continuous.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default (props: Props) => {
conversationId={props.conversationId}
message={message}
handleStreaming={handleStreamableTextUpdate}
// index={index()}
index={index()}
/>
</div>
)}
Expand Down

0 comments on commit a699aac

Please sign in to comment.