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 committed Aug 27, 2024
1 parent a077ffa commit 8869841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const SearchQualityPannel = ({ 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 8869841

Please sign in to comment.