mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: set limit to 100 when fetching phase activities
This commit is contained in:
@@ -312,6 +312,7 @@ export function DailyChecklistContent() {
|
||||
try {
|
||||
const activitiesRes = await PhaseActivityApi.getAll({
|
||||
phase_ids: selectedPhaseIds.join(','),
|
||||
limit: '100',
|
||||
});
|
||||
|
||||
if (isResponseError(activitiesRes)) {
|
||||
|
||||
Reference in New Issue
Block a user