Skip to content

Commit

Permalink
fix: add missing IS_DONOR filter prop
Browse files Browse the repository at this point in the history
  • Loading branch information
alisher-epam committed Nov 2, 2023
1 parent 5474b1a commit f12b1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/DonorsList/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const ORGANIZATION_STATUS = {

const FILTERS = {
IS_VENDOR: 'isVendor',
IS_DONOR: 'isDonor',
STATUS: 'status',
TAGS: 'tags',
TYPES: 'organizationTypes',
Expand Down

0 comments on commit f12b1bc

Please sign in to comment.