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
@@ -94,7 +77,7 @@ function toggleWildcardToolTip(show: boolean) {
94
77
<divclass="filter">
95
78
<divclass="filter-label">Show:</div>
96
79
<divclass="filter-component">
97
-
<ListFilterSelector:items="numberOfItemsPerPage"instructions="Select how many result to display"v-model="selectedItemsPerPage"item-name="result":can-clear="false":show-clear="false":show-filter="false" />
80
+
<ListFilterSelector:items="numberOfItemsPerPage"instructions="Max results to display"v-model="selectedItemsPerPage"item-name="result":can-clear="false":show-clear="false":show-filter="false" />
98
81
</div>
99
82
</div>
100
83
<divclass="filter">
@@ -107,10 +90,6 @@ function toggleWildcardToolTip(show: boolean) {
0 commit comments