public_html/layouts/basic/modules/Settings/Magento/resources/Edit.js
Function registerSubmitForm
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
registerSubmitForm: function () {
var form = this.getForm();
form.on('submit', function (e) {
e.preventDefault();
e.stopPropagation();