Remove "forced languages" from "LangSelect"

This commit is contained in:
schroda
2025-04-21 16:31:51 +02:00
parent a48febeda5
commit fef33f15f9
3 changed files with 8 additions and 34 deletions

View File

@@ -252,7 +252,6 @@ export const SearchAll: React.FC = () => {
shownLangs={shownLangs}
setShownLangs={setShownLangs}
allLangs={sourceToLangList(sources)}
forcedLangs={sourceForcedDefaultLangs()}
/>
</>,
);