We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 679cd33 + 2ac53f8 commit ebd2c31Copy full SHA for ebd2c31
lib/web/mage/adminhtml/browser.js
@@ -376,7 +376,7 @@ define([
376
* @param {*} folderName
377
*/
378
confirm: function (folderName) {
379
- return $.ajax({
+ $.ajax({
380
url: self.options.newFolderUrl,
381
dataType: 'json',
382
data: {
@@ -399,6 +399,8 @@ define([
399
);
400
}
401
}, this));
402
+
403
+ return true;
404
405
406
});
0 commit comments