Skip to content
Snippets Groups Projects
Unverified Commit 133e616d authored by Justin Hynes's avatar Justin Hynes Committed by GitHub
Browse files

Merge pull request #25083 from edx/jhynes/microba-595_work_status_default

MICROBA-595 | Add default option to work status choices
parents 7bc10e04 055595e3
Branches
Tags
No related merge requests found
......@@ -418,6 +418,7 @@ class DemographicsCollectionModal extends React.Component {
selectOnChange={this.handleSelectChange}
labelText={"What is your current employment status?"}
options={[
<option value="default" key="default">{gettext("Select employment status")}</option>,
this.loadOptions(FIELD_NAMES.WORK_STATUS)
]}
showInput={wizardConsumer[FIELD_NAMES.WORK_STATUS] == "other"}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment