Skip to content

Commit 4a7eef5

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

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
@@ -215,6 +215,10 @@ define([
215215
this.removeRequest(cached);
216216
}
217217

218+
if (data.showTotalRecords === undefined) {
219+
data.showTotalRecords = 0;
220+
}
221+
218222
this._requests.push({
219223
ids: this.getIds(data.items),
220224
params: params,

0 commit comments

Comments
 (0)