fix (style): added semi-colon
This commit is contained in:
parent
80346e1bd6
commit
2190b44a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue