Skip to content

Commit

Permalink
feat: update tooltip members form
Browse files Browse the repository at this point in the history
  • Loading branch information
steveninhle committed Jan 17, 2025
1 parent ded28fc commit 9212ae9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const FilterMemberModal = ({
className="w-full"
/>
<DropdownMenuContent className="w-[235px]" align="start">
{(selectedFilterType?.label === FilterTypes.ENABLED
{(selectedFilterType?.value === FilterTypes.ENABLED
? enabledOptions
: roleOptions
).map((item, index) => (
Expand Down

0 comments on commit 9212ae9

Please sign in to comment.