mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
Merge branch 'fix/recording-export' into 'development'
[FIX/FE] Recording Export See merge request mbugroup/lti-web-client!406
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