From 64403d24013b443983ac8a4894246967332e87df Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Tue, 6 Jul 2021 00:05:22 +0000 Subject: Refine UX for primary email deletion Signed-off-by: Christopher Ng --- .../PersonalInfo/EmailSection/EmailSection.vue | 67 +++++++++++++++++++++- 1 file changed, 65 insertions(+), 2 deletions(-) (limited to 'apps/settings/src') diff --git a/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue b/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue index 700036872b4..2bcc491323b 100644 --- a/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue +++ b/apps/settings/src/components/PersonalInfo/EmailSection/EmailSection.vue @@ -35,13 +35,13 @@ :primary="true" :scope.sync="primaryEmail.scope" :email.sync="primaryEmail.value" - @update:email="updateFormValidity" /> + @update:email="onUpdateEmail" /> @@ -53,10 +53,12 @@