refactor: remove commented code

This commit is contained in:
Ejaaz Khan 2026-01-22 16:36:27 +05:30
parent e934fe2782
commit 6a7849db04

View file

@ -103,10 +103,6 @@ export default class WebForm extends frappe.ui.FieldGroup {
$(".web-form-footer .left-area").prepend(this.$previous_button);
this.$previous_button.on("click", () => {
// let is_validated = me.validate_section();
// if (!is_validated) return false;
/**
The eslint utility cannot figure out if this is an infinite loop in backwards and
throws an error. Disabling for-direction just for this section.