Skip to content

Commit 114f792

Browse files
author
Daniel Ruf
committed
fix: remove unused params in categorySubmit invocation
1 parent 1a805d0 commit 114f792

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)