Skip to content

Commit

Permalink
Fix typo for advanced mode
Browse files Browse the repository at this point in the history
  • Loading branch information
timvisee authored and trean committed Oct 4, 2024
1 parent a65daf1 commit bc20e41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ const SearchQualityPanel = ({ collectionName, vectors, loggingFoo, clearLogsFoo,
control={<Switch checked={advancedMod} onChange={() => setAdvancedMod(!advancedMod)} size="small" />}
label={
<Typography component={'span'} variant={'caption'}>
Advanced Mod
Advanced Mode
</Typography>
}
/>
Expand Down

0 comments on commit bc20e41

Please sign in to comment.