Skip to content

Commit 7c0d444

Browse files
ENGCOM-3581: fix: remove unused params in categorySubmit invocation #19428
- Merge Pull Request #19428 from DanielRuf/magento2:fix/categorysubmit-remove-unused-params - Merged commits: 1. 114f792
2 parents 076ec45 + 114f792 commit 7c0d444

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/view/adminhtml/web/catalog/category

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/view/adminhtml/web/catalog/category/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ define([
8282
return function (config, element) {
8383
config = config || {};
8484
jQuery(element).on('click', function () {
85-
categorySubmit(config.url, config.ajax);
85+
categorySubmit();
8686
});
8787
};
8888
});

0 commit comments

Comments
 (0)