diff --git a/frontend/src/components/common/CreateNewPenModal.vue b/frontend/src/components/common/CreateNewPenModal.vue index c6729c201..555905faf 100644 --- a/frontend/src/components/common/CreateNewPenModal.vue +++ b/frontend/src/components/common/CreateNewPenModal.vue @@ -6,18 +6,14 @@ > - - - - - Create New PEN - - - - + + + Create New PEN + + @@ -28,8 +24,8 @@ mdi-close - - + + @@ -61,7 +57,7 @@ - Birth Date - - - info - - + Birth Date (YYYYMMDD) @@ -209,7 +196,7 @@ -
{{isValidForm}}
@@ -453,7 +464,7 @@ export default { 'Invalid Gender Code' ]; }, - isFormValid() { + modifySearch() { if (this.$refs.searchDemographicModalForm.validate()) { this.$emit('updateStudent', this.student); } diff --git a/frontend/src/components/common/StudentDetailsInfoPanel.vue b/frontend/src/components/common/StudentDetailsInfoPanel.vue index 242607f28..3de56501a 100644 --- a/frontend/src/components/common/StudentDetailsInfoPanel.vue +++ b/frontend/src/components/common/StudentDetailsInfoPanel.vue @@ -15,7 +15,7 @@ @closeDialog="closeDialog" @updateStudent="updateStudent" > -