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 893d063 commit 6e837caCopy full SHA for 6e837ca
AdobeStockImageAdminUi/view/adminhtml/web/js/components/grid/column/preview/actions.js
@@ -170,6 +170,9 @@ define([
170
171
this.mediaGalleryListingFilters().clear();
172
this.getAssetDetails(imageId).then(function (assetDetails) {
173
+ if (assetDetails.length === 0) {
174
+ return;
175
+ }
176
this.mediaGallerySearchInput().apply(assetDetails.title);
177
path = assetDetails.path;
178
path = path.substring(0, path.lastIndexOf('/'));
0 commit comments