fix: fix cohort field on content filter event.

This commit is contained in:
SaadYousaf
2022-12-15 18:07:50 +05:00
committed by Saad Yousaf
parent e7a41b2391
commit 2eee6c3ca2

View File

@@ -89,7 +89,7 @@ function PostFilterBar({
statusFilter: currentStatus,
threadTypeFilter: currentType,
sortFilter: currentSorting,
cohortFilter: cohorts,
cohortFilter: selectedCohort,
triggeredBy: name,
};
if (name === 'type') {