Skip to content

Commit 299bfb1

Browse files
authored
Fix typo for advanced mode (#224)
1 parent a65daf1 commit 299bfb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Collections/SearchQuality/SearchQualityPanel.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ const SearchQualityPanel = ({ collectionName, vectors, loggingFoo, clearLogsFoo,
247247
control={<Switch checked={advancedMod} onChange={() => setAdvancedMod(!advancedMod)} size="small" />}
248248
label={
249249
<Typography component={'span'} variant={'caption'}>
250-
Advanced Mod
250+
Advanced Mode
251251
</Typography>
252252
}
253253
/>

0 commit comments

Comments
 (0)