Skip to content

Commit 04ed15c

Browse files
committed
AC-6922::JSUnit test suite sometimes hangs when running chrome
1 parent 4a7eef5 commit 04ed15c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Ui/view/base/web/js/grid/data-storage.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ define([
186186
delay = this.cachedRequestDelay,
187187
result;
188188

189+
if (request.showTotalRecords === undefined) {
190+
request.showTotalRecords = 0;
191+
}
192+
189193
result = {
190194
items: this.getByIds(request.ids),
191195
totalRecords: request.totalRecords,

0 commit comments

Comments
 (0)