changes
This commit is contained in:
@@ -406,7 +406,7 @@ function checkValid() {
|
||||
errors.value.push({ name: "formula", message: "Công thức không hợp lệ" });
|
||||
}
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
console.error(err);
|
||||
errors.value.push({ name: "formula", message: "Công thức không hợp lệ" });
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user