minor change
This commit is contained in:
parent
6f1baada01
commit
53eab888d5
1 changed files with 6 additions and 6 deletions
|
|
@ -117,12 +117,6 @@ export default {
|
||||||
this.$emit('update-contact-details');
|
this.$emit('update-contact-details');
|
||||||
this.closeModal();
|
this.closeModal();
|
||||||
},
|
},
|
||||||
openModal() {
|
|
||||||
this.modal.openModal();
|
|
||||||
},
|
|
||||||
closeModal() {
|
|
||||||
this.modal.closeModal();
|
|
||||||
},
|
|
||||||
resetFormValues() {
|
resetFormValues() {
|
||||||
const { firstName,
|
const { firstName,
|
||||||
lastName,
|
lastName,
|
||||||
|
|
@ -132,6 +126,12 @@ export default {
|
||||||
this.lastName = lastName;
|
this.lastName = lastName;
|
||||||
this.emailAddress = emailAddress;
|
this.emailAddress = emailAddress;
|
||||||
this.phoneNumber = phoneNumber;
|
this.phoneNumber = phoneNumber;
|
||||||
|
},
|
||||||
|
openModal() {
|
||||||
|
this.modal.openModal();
|
||||||
|
},
|
||||||
|
closeModal() {
|
||||||
|
this.modal.closeModal();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue