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.closeModal();
|
||||
},
|
||||
openModal() {
|
||||
this.modal.openModal();
|
||||
},
|
||||
closeModal() {
|
||||
this.modal.closeModal();
|
||||
},
|
||||
resetFormValues() {
|
||||
const { firstName,
|
||||
lastName,
|
||||
|
|
@ -132,6 +126,12 @@ export default {
|
|||
this.lastName = lastName;
|
||||
this.emailAddress = emailAddress;
|
||||
this.phoneNumber = phoneNumber;
|
||||
},
|
||||
openModal() {
|
||||
this.modal.openModal();
|
||||
},
|
||||
closeModal() {
|
||||
this.modal.closeModal();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue