Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
133e616d
Unverified
Commit
133e616d
authored
4 years ago
by
Justin Hynes
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
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
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/static/js/demographics_collection/DemographicsCollectionModal.jsx
+1
-0
1 addition, 0 deletions
...s/demographics_collection/DemographicsCollectionModal.jsx
with
1 addition
and
0 deletions
lms/static/js/demographics_collection/DemographicsCollectionModal.jsx
+
1
−
0
View file @
133e616d
...
...
@@ -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
"
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment