Skip to content

Commit 66681fe

Browse files
author
Onkar Patil
committed
quote filter issue fixed
1 parent 13fb09a commit 66681fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/modules/b2b-account/quotes/quotes.hyper.live

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
data-mz-action="inputChanged" placeholder="{{ labels.number }}">
4848
</div>
4949
<div class="filter-column">
50-
<input type="text" name="searchName" class="quotesTextSearch" data-mz-action="inputChanged"
50+
<input type="text" name="searchName" id="searchName" class="quotesTextSearch" data-mz-action="inputChanged"
5151
placeholder="{{ labels.name }}">
5252
</div>
5353
<div class="filter-column">

0 commit comments

Comments
 (0)