We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f761d commit 66f3526Copy full SHA for 66f3526
src/client/components/ChatV2/Annotations.tsx
@@ -39,7 +39,6 @@ const AnnotationBox = ({
39
alignItems: 'center',
40
borderRadius: '100%',
41
fontSize: '0.8rem',
42
- mt: '0.4rem'
43
}}>
44
{relevanceOrder}
45
</Box>
src/client/components/ChatV2/ChatV2.tsx
@@ -103,7 +103,8 @@ export const ChatV2 = () => {
103
handleCompletionStreamError(error, fileName)
104
},
105
onFileSearchComplete: (fileSearch) => {
106
- setFileSearch(fileSearch)
+ setFileSearch(fileSearch) // possibly deprecating this
107
+ setActiveFileSearchResult(fileSearch)
108
109
})
110
0 commit comments