From 055595e39ee6d57e4a54f1dca69aa1f7db7cd44f Mon Sep 17 00:00:00 2001 From: Justin Hynes Date: Thu, 24 Sep 2020 15:30:35 -0400 Subject: [PATCH] MICROBA-595 | Add default option to work status choices [MICROBA-595] - Add default option to work status choices --- .../js/demographics_collection/DemographicsCollectionModal.jsx | 1 + 1 file changed, 1 insertion(+) 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"}