Skip to content

Commit 2464b31

Browse files
p-bystritskyPrakash Prajapati
authored and
Prakash Prajapati
committed
#22795: Static test fix.
1 parent e7c33f3 commit 2464b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Search/view/frontend/web/js/form-mini.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ define([
130130
*/
131131
setActiveState: function (isActive) {
132132
var searchValue;
133-
133+
134134
this.searchForm.toggleClass('active', isActive);
135135
this.searchLabel.toggleClass('active', isActive);
136136

137137
if (this.isExpandable) {
138138
this.element.attr('aria-expanded', isActive);
139139
searchValue = this.element.val();
140-
this.element.val("");
140+
this.element.val('');
141141
this.element.val(searchValue);
142142
}
143143
},

0 commit comments

Comments
 (0)