Merge pull request #228 from OpenSignLabs/fix-additionalinfo-popup

fix: correct typo
This commit is contained in:
Amol
2023-11-24 19:24:38 +05:30
committed by GitHub
+3 -3
View File
@@ -1183,17 +1183,17 @@ function Login(props) {
</div>
<div className="form-group">
<label
htmlFor="Destination"
htmlFor="JobTitle"
style={{ display: "flex" }}
className="col-form-label"
>
Destination{" "}
Job Title
<span style={{ fontSize: 13, color: "red" }}>*</span>
</label>
<input
type="text"
className="form-control"
id="Destination"
id="JobTitle"
value={userDetails.Destination}
onChange={(e) =>
setUserDetails({