Saving progress spinner and language updates
This commit is contained in:
@@ -112,6 +112,17 @@ let PersonalDetails = (props) => {
|
||||
About you
|
||||
</h2>
|
||||
</legend>
|
||||
<div className="govuk-form-group ">
|
||||
<span className="govuk-label ">
|
||||
Role:{" "}
|
||||
{
|
||||
props.props.accountDetails
|
||||
.accountDetails[
|
||||
"pinswg_typeofinvolvement@OData.Community.Display.V1.FormattedValue"
|
||||
]
|
||||
}
|
||||
</span>
|
||||
</div>
|
||||
<Field
|
||||
name="firstname"
|
||||
id="firstname"
|
||||
|
||||
Reference in New Issue
Block a user