diff --git a/lib/DonorsList/constants.js b/lib/DonorsList/constants.js index 83dc99ea..2fb6138c 100644 --- a/lib/DonorsList/constants.js +++ b/lib/DonorsList/constants.js @@ -38,6 +38,7 @@ const ORGANIZATION_STATUS = { const FILTERS = { IS_VENDOR: 'isVendor', + IS_DONOR: 'isDonor', STATUS: 'status', TAGS: 'tags', TYPES: 'organizationTypes',