mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
fix: adjust limit to get all recording data in exportToExcel method
This commit is contained in:
@@ -95,6 +95,8 @@ export class RecordingService extends BaseApiService<
|
||||
const params = new URLSearchParams(initialQueryString);
|
||||
|
||||
params.set('export', 'excel');
|
||||
params.set('page', '1');
|
||||
params.set('limit', '99999999999');
|
||||
|
||||
const queryString = `?${params.toString()}`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user