`;
let points_html = `${frappe.energy_points.get_points(field.points)}
`;
let message_html = this.get_message_html(field);
diff --git a/frappe/public/js/frappe/web_form/web_form.js b/frappe/public/js/frappe/web_form/web_form.js
index f43ea52f1d..4b61f3dd16 100644
--- a/frappe/public/js/frappe/web_form/web_form.js
+++ b/frappe/public/js/frappe/web_form/web_form.js
@@ -64,11 +64,11 @@ export default class WebForm extends frappe.ui.FieldGroup {
}
add_button_to_footer(name, type, action) {
- this.add_button(name, type, action, '.web-form-footer')
+ this.add_button(name, type, action, '.web-form-footer');
}
add_button_to_header(name, type, action) {
- this.add_button(name, type, action, '.web-form-actions')
+ this.add_button(name, type, action, '.web-form-actions');
}
setup_primary_action() {