Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit c9ae20d

Browse files
authored
Merge pull request #24 from codewizardshq/front_end_prepare_for_testing
adds label to birth field
2 parents c6868d9 + 85c471f commit c9ae20d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/views/Register/Step2.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222
v-model="fields.studentEmail.value"
2323
:disabled="isSubmitting"
2424
/>
25-
<date-of-birth-field v-model="fields.dateOfBirth.value" />
25+
<date-of-birth-field
26+
:label="fields.dateOfBirth.label"
27+
v-model="fields.dateOfBirth.value"
28+
/>
2629
</v-card-text>
2730

2831
<v-card-text v-if="showParentConsentAlert">

0 commit comments

Comments
 (0)