Skip to content

Commit

Permalink
1777/EMP applied (#1928)
Browse files Browse the repository at this point in the history
* useless commit

* useless commit

* useless commit

* rebase
  • Loading branch information
tomlovesgithub authored Mar 29, 2023
1 parent 0bf7fa1 commit 6e4d1d2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions src/views/Exercise/Stages/RecommendedEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,12 @@
}"
>
<RadioItem
:value="true"
label="Yes - EMP has been Applied"
value="gender"
label="Yes - EMP has been Applied on basis of gender"
/>
<RadioItem
value="ethnicity"
label="Yes - EMP has been Applied on basis of ethnicity"
/>
<RadioItem
:value="false"
Expand Down
8 changes: 6 additions & 2 deletions src/views/Exercise/Stages/ReviewEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@
}"
>
<RadioItem
:value="true"
label="Yes - EMP has been Applied"
value="gender"
label="Yes - EMP has been Applied on basis of gender"
/>
<RadioItem
value="ethnicity"
label="Yes - EMP has been Applied on basis of ethnicity"
/>
<RadioItem
:value="false"
Expand Down

0 comments on commit 6e4d1d2

Please sign in to comment.