Skip to content

Commit

Permalink
refactor(mentor-registry): update FilteredTags
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorsAngerVaNeT committed Sep 6, 2023
1 parent 2bf62bf commit 8359fc7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ export function MentorRegistryTable(props: Props) {
return (
<Form form={form} component={false}>
<FilteredTags
tagFilters={tagFilters}
onTagClose={handleTagClose}
filters={[{ tags: tagFilters, onClose: handleTagClose }]}
onClearAllButtonClick={handleClearAllButtonClick}
/>
<Table<MentorRegistryDto>
Expand Down

0 comments on commit 8359fc7

Please sign in to comment.