Skip to content

Commit

Permalink
Add userRole boolean to FilterProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinzi-c committed Sep 23, 2024
1 parent 9b7427c commit b6d69d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/app/components/AlumniBoard/AlumniFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ interface FilterProps {
filterFields: string[];
setFilterFields: (filterFields: string[]) => void;
color?: string;
useRoles: boolean;
}

const AlumniFilter: FC<FilterProps> = ({
Expand Down

0 comments on commit b6d69d3

Please sign in to comment.