Skip to content

Commit bfcc1eb

Browse files
author
Aishwarya Nair
committed
fix lang dropdown selection in sign up
1 parent a697b01 commit bfcc1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/src/Components/LoginSignUp/SignUp.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const SignUp = ({setAction, setError}) => {
8484
</div>
8585
<div className="input">
8686
<select
87-
value={preferredLang.toLowerCase()}
87+
value={preferredLang}
8888
onChange={(e) => {
8989
setPreferredLang(e.target.value);
9090
}}

0 commit comments

Comments
 (0)