validation removed from contacts
This commit is contained in:
parent
799dd99402
commit
d5f329fb5f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue