Skip to content

Commit

Permalink
Merge pull request #1933 from SUNET/eunju-language-missing-data
Browse files Browse the repository at this point in the history
Fix the issue, cannot change language option
  • Loading branch information
cartja authored Dec 12, 2024
2 parents e3167dd + c8e2a7d commit d2187e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Dashboard/Language.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function LanguagePreference() {
const [key, value] = option;
return (
<label key={key} htmlFor={value}>
<Field name={value} component="input" type="radio" id={value} value={key} />
<Field name="language" component="input" type="radio" id={value} value={key} />
<span>{value}</span>
</label>
);
Expand Down

0 comments on commit d2187e4

Please sign in to comment.