Skip to content

Commit 6344ad2

Browse files
authored
Use text binding for empty options placeholder
1 parent 6c09344 commit 6344ad2

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/grid/filters/elements

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/filters/elements/ui-select.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
</div>
142142
<div ifnot="options().length"
143143
class="admin__action-multiselect-empty-area">
144-
<ul data-bind="html: emptyOptionsHtml"/>
144+
<ul data-bind="text: emptyOptionsHtml"/>
145145
</div>
146146
<!-- /ko -->
147147
<ul class="admin__action-multiselect-menu-inner _root"

0 commit comments

Comments
 (0)