diff --git a/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx b/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx index 3011eb893a..7ccb4b6671 100644 --- a/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx +++ b/lms/static/js/demographics_collection/DemographicsCollectionModal.jsx @@ -418,6 +418,7 @@ class DemographicsCollectionModal extends React.Component { selectOnChange={this.handleSelectChange} labelText={"What is your current employment status?"} options={[ + , this.loadOptions(FIELD_NAMES.WORK_STATUS) ]} showInput={wizardConsumer[FIELD_NAMES.WORK_STATUS] == "other"}