Skip to content

Commit

Permalink
🐛 Fix: Introduction Window's Languages radio group was't working
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed Feb 13, 2021
1 parent 6432f78 commit fb7eb7d
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 2 deletions.
175 changes: 174 additions & 1 deletion plugins/dynamic/js-ts-langserver/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/interface/defaults/introduction/pages/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function LanguagesPage() {
<IntroductionPage>
<Title class="title" lang-string="misc.Languages"/>
<div style="overflow: auto; width: 90%;">
<RadioGroup :radioSelected="${onSelected} translated="${true}" options="${languagesOptions}"/>
<RadioGroup :radioSelected="${onSelected}" translated="${true}" options="${languagesOptions}"/>
</div>
</IntroductionPage>
`
Expand Down

0 comments on commit fb7eb7d

Please sign in to comment.