Skip to content

Commit 4e856e8

Browse files
authored
Merge pull request #405 from icefoganalytics/test
Add in missing level 3
2 parents 849ac7f + 13ea4ed commit 4e856e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/web/src/components/application/wup-funding-requests/apprenticeship-training-support/ApprenticeshipTrainingForm.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,13 @@
6969
<v-col cols="12" md="6" class="d-flex">
7070
<div class="text-body-1 mt-2 mr-2">Entering level</div>
7171

72-
<v-select v-model="fundingRequest.json_data.entering_level_current" :items="[1, 2, 4, 5, 6, 7, 8]" dense
73-
outlined background-color="white" hide-details style="width: 60px !important" @change="saveItem" />
72+
<v-select v-model="fundingRequest.json_data.entering_level_current" :items="[1, 2, 3, 4, 5, 6, 7, 8]"
73+
dense outlined background-color="white" hide-details style="width: 60px !important"
74+
@change="saveItem" />
7475

7576
<div class="text-body-1 mt-2 mx-2">of</div>
7677

77-
<v-select v-model="fundingRequest.json_data.entering_level_total" :items="[1, 2, 4, 5, 6, 7, 8]" dense
78+
<v-select v-model="fundingRequest.json_data.entering_level_total" :items="[1, 2, 3, 4, 5, 6, 7, 8]" dense
7879
outlined background-color="white" hide-details style="width: 60px !important" @change="saveItem" />
7980
</v-col>
8081

0 commit comments

Comments
 (0)