Skip to content

Commit 5ff347c

Browse files
author
joweecaquicla
committed
magento/adobe-stock-integration#1387: Uncaught TypeError: Cannot read property 'complete' of undefined appears in dev console if save Previewed image as a new View and open this View on another page - fix static test fail
1 parent a2f56ab commit 5ff347c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/image-preview.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5+
/* eslint-disable no-undef */
56
define([
67
'jquery',
78
'Magento_Ui/js/grid/columns/column',

0 commit comments

Comments
 (0)