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.
1 parent a68bbbd commit e533396Copy full SHA for e533396
app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/directory/directoryTree.js
@@ -286,9 +286,8 @@ define([
286
* @returns {String|null}
287
*/
288
getRequestedDirectory: function () {
289
- return !_.isUndefined(window.MediabrowserUtility) && window.MediabrowserUtility.pathId !== ''
290
- ? Base64.idDecode(window.MediabrowserUtility.pathId)
291
- : null;
+ return !_.isUndefined(window.MediabrowserUtility) && window.MediabrowserUtility.pathId !== '' ?
+ Base64.idDecode(window.MediabrowserUtility.pathId) : null;
292
},
293
294
/**
0 commit comments