We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e8ba6 commit 041140eCopy full SHA for 041140e
1 file changed
backend/src/database/repositories/organizationRepository.ts
@@ -1514,7 +1514,7 @@ class OrganizationRepository {
1514
index: number,
1515
filterName: string,
1516
) {
1517
- const lfxFilterObj = Object.assign(filtersArray[filterName][index])
+ const lfxFilterObj = Object.assign(filtersArray[filterName][index])?.lfxMembership
1518
filtersArray[filterName].splice(index, 1)
1519
1520
if (filtersArray[filterName].length === 0)
0 commit comments