Skip to content

Commit c657fb2

Browse files
committed
#25464: Applied code review suggestions
1 parent c0119d9 commit c657fb2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -5,7 +5,7 @@
55
define([
66
'underscore',
77
'jquery',
8-
'./column'
8+
'Magento_Ui/js/grid/columns/column'
99
], function (_, $, Column) {
1010
'use strict';
1111

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* See COPYING.txt for license details.
44
*/
55
define([
6-
'./column'
6+
'Magento_Ui/js/grid/columns/column'
77
], function (Column) {
88
'use strict';
99

app/code/Magento/Ui/view/base/web/js/grid/columns/overlay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* See COPYING.txt for license details.
44
*/
55
define([
6-
'./column'
6+
'Magento_Ui/js/grid/columns/column'
77
], function (Column) {
88
'use strict';
99

app/code/Magento/Ui/view/base/web/templates/grid/masonry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<span translate="'We couldn\'t find any records.'"/>
1313
</div>
1414
<div if="getErrorMessageUnsanitizedHtml()" class="error-message-container">
15-
<span data-bind="html: getErrorMessageUnsanitizedHtml()"/>
15+
<span html="getErrorMessageUnsanitizedHtml()"/>
1616
</div>
1717
</div>

0 commit comments

Comments
 (0)