There was an error while loading. Please reload this page.
1 parent a460be0 commit c3c86fbCopy full SHA for c3c86fb
1 file changed
src/dialogs/ProjectEnrollmentDialog.js
@@ -106,6 +106,7 @@ function ProjectEnrollmentDialog({
106
'isDeleted: false',
107
'status: ACTIVE',
108
`villageOrChildOf: ${decodeId(project.location.id)}`,
109
+ `projectAllowsMultipleEnrollments: "${project.id}"`,
110
`first: ${newPageSize}`,
111
`offset: ${offset}`,
112
];
0 commit comments