getTestResults: don't try to use previously removed variable

This commit is contained in:
Andrew Dolgov 2020-02-28 12:54:39 +03:00
parent 4f62f5f3f1
commit 2fefb4fd87
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ define(["dojo/_base/declare"], function (declare) {
// get the next batch // get the next batch
window.setTimeout(function () { window.setTimeout(function () {
test_dlg.getTestResults(query, offset + test_dlg.limit); test_dlg.getTestResults(params, offset + test_dlg.limit);
}, 0); }, 0);
} else { } else {