Skip to content
Snippets Groups Projects
Commit 26b3578f authored by ali asaria's avatar ali asaria
Browse files

change name of parameter to match component

parent faf55b47
Branches
Tags v0.2.5
No related merge requests found
...@@ -117,7 +117,7 @@ export default function DocumentSearch({ experimentInfo, setRagEngine }) { ...@@ -117,7 +117,7 @@ export default function DocumentSearch({ experimentInfo, setRagEngine }) {
flexDirection: 'column', flexDirection: 'column',
}} }}
> >
<Documents experimentInfo={experimentInfo} setFolder="rag" /> <Documents experimentInfo={experimentInfo} fixedFolder="rag" />
</Box> </Box>
<Box sx={{ flex: 1, display: 'flex', flexDirection: 'column' }}> <Box sx={{ flex: 1, display: 'flex', flexDirection: 'column' }}>
<Query experimentInfo={experimentInfo} /> <Query experimentInfo={experimentInfo} />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment