Skip to content

Commit 556ca2e

Browse files
committed
FIx language selector
1 parent bcc68f2 commit 556ca2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mystbin/frontend/components/EditorTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export default function EditorTabs({
213213
}}
214214
onClick={() => {
215215
setLangDropDown(false);
216-
setDropLang(v);
216+
setDropLang(getLanguage(v));
217217
}}
218218
>
219219
{v}

0 commit comments

Comments
 (0)