fix stream

This commit is contained in:
Yuri Kuznetsov
2022-07-15 15:52:22 +03:00
parent 8f49fe7adf
commit b9dbac65cb
+1 -1
View File
@@ -54,7 +54,7 @@ define('views/stream/record/list', ['views/record/list-expanded'], function (Dep
let lengthBeforeFetch = options.lengthBeforeFetch || 0;
if (lengthBeforeFetch === 0) {
this.reRender();
this.buildRows(() => this.reRender());
return;
}