Skip to content

Commit

Permalink
fix: data export is missing rows when exporting more than 100 rows (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Novulux authored and mtrezza committed May 1, 2022
1 parent c21b94e commit 88f1eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dashboard/Data/Browser/Browser.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,7 @@ class Browser extends DashboardView {
objectIds.push(objectId);
}
query.containedIn('objectId', objectIds);
query.limit(objectIds.length);
}

const classColumns = this.getClassColumns(className, false);
Expand Down

0 comments on commit 88f1eab

Please sign in to comment.