updated ui/dist

This commit is contained in:
Gani Georgiev
2023-08-15 00:58:34 +03:00
parent 5960dc5f2d
commit 8f10c66160
33 changed files with 95 additions and 95 deletions
+1 -1
View File
@@ -151,7 +151,7 @@
// optimize the records listing by rendering the rows in task batches
if (breakTasks) {
const currentYieldId = ++yieldedRecordsId;
while (result.items.length) {
while (result.items?.length) {
if (yieldedRecordsId != currentYieldId) {
break; // new yeild has been started
}