Skip to content

Commit

Permalink
[New #36] Added size parameter for records export
Browse files Browse the repository at this point in the history
  • Loading branch information
LaChope committed Jul 11, 2024
1 parent 3f0eee4 commit 9cb62f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/record/RecordsController.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ class RecordsController extends React.Component {
...this.state.filters,
sort: sortToParams(this.state.sort),
page: this.state.pageNumber,
size: BrowserStorage.get(STORAGE_TABLE_PAGE_SIZE_KEY, DEFAULT_PAGE_SIZE),
}),
"records",
);
Expand Down

0 comments on commit 9cb62f2

Please sign in to comment.