12
This commit is contained in:
@@ -359,7 +359,7 @@ const handleSubmit = async () => {
|
||||
if (!formRef.value) return;
|
||||
const errors = await formRef.value.validate();
|
||||
if (errors) {
|
||||
return;
|
||||
return false;
|
||||
}
|
||||
|
||||
const payload = {
|
||||
|
||||
Reference in New Issue
Block a user