Skip to content

Commit c3f8623

Browse files
committed
#25464: Adjusted template
1 parent f7784b5 commit c3f8623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<div class="masonry-image-preview" if="$col.isVisible($row())" data-image-preview ko-style="$col.getStyles($row())">
88
<div class="container">
99
<div class="action-buttons">
10-
<button class="action-previous" type="button" data-bind="click: function () { $col.prev($row()); }">
10+
<button class="action-previous" type="button" click="function () { $col.prev($row()); }">
1111
<span translate="'Previous'"/>
1212
</button>
13-
<button class="action-next" type="button" data-bind="click: function () { $col.next($row()); }">
13+
<button class="action-next" type="button" click="function () { $col.next($row()); }">
1414
<span translate="'Next'"/>
1515
</button>
16-
<button class="action-close" type="button" data-bind="click: function () { $col.hide(); }">
16+
<button class="action-close" type="button" click="function () { $col.hide(); }">
1717
<span translate="'Close'"/>
1818
</button>
1919
</div>

0 commit comments

Comments
 (0)