You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addon/templates/operations/orders/index.hbs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,12 @@
72
72
<h4>Bulk Search</h4>
73
73
</div>
74
74
<divclass="filters-dropdown-body">
75
-
<Textarea @value={{this.bulkSearchValue}}class="form-input w-full"rows="8"placeholder="Input comma delimited order ID's or tracking numbers to perform a bulk search" />
75
+
<Textarea
76
+
@value={{this.bulkSearchValue}}
77
+
class="form-input w-full"
78
+
rows="8"
79
+
placeholder="Input comma delimited order ID's or tracking numbers to perform a bulk search"
0 commit comments