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