Skip to content

Commit a990468

Browse files
author
Gabriel Galvao da Gama
committed
Set property to false to avoid state being ignored on bookmark
1 parent 9fa16c7 commit a990468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ define([
1616
visibleRecord: null,
1717
height: 0,
1818
displayedRecord: {},
19-
lastOpenedImage: null,
19+
lastOpenedImage: false,
2020
fields: {
2121
previewUrl: 'preview_url',
2222
title: 'title'

0 commit comments

Comments
 (0)