From d5f329fb5f6f00120bfddb98eadad2170b6b5687 Mon Sep 17 00:00:00 2001 From: Komek Hayytnazarov Date: Fri, 30 Sep 2022 15:30:49 +0500 Subject: [PATCH] validation removed from contacts --- src/views/profile-forms/Contacts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/profile-forms/Contacts.vue b/src/views/profile-forms/Contacts.vue index 9862e68..10acdcb 100644 --- a/src/views/profile-forms/Contacts.vue +++ b/src/views/profile-forms/Contacts.vue @@ -218,7 +218,7 @@ const onRegister = async () => { validate.value.$touch(); // if form is invalid - if (validate.value.$invalid) return; + // if (validate.value.$invalid) return; try { isLoading.value = true;