We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a697b01 commit bfcc1ebCopy full SHA for bfcc1eb
Frontend/src/Components/LoginSignUp/SignUp.jsx
@@ -84,7 +84,7 @@ export const SignUp = ({setAction, setError}) => {
84
</div>
85
<div className="input">
86
<select
87
- value={preferredLang.toLowerCase()}
+ value={preferredLang}
88
onChange={(e) => {
89
setPreferredLang(e.target.value);
90
}}
0 commit comments