fix (style): added semi-colon

This commit is contained in:
Shivam Mishra 2020-04-28 19:06:58 +05:30 committed by GitHub
parent 80346e1bd6
commit 2190b44a6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ export default class WebForm extends frappe.ui.FieldGroup {
save() {
if (this.validate && !this.validate()) {
frappe.throw(__("Couldn't save, please check the data you have entered"), __("Validation Error"))
frappe.throw(__("Couldn't save, please check the data you have entered"), __("Validation Error"));
}
// validation hack: get_values will check for missing data