Skip to content

Commit

Permalink
fix(admin): events filtering by event type
Browse files Browse the repository at this point in the history
  • Loading branch information
ascariandrea committed Jul 27, 2023
1 parent 770f072 commit 10fd1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/admin-web/src/pages/AdminEvents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export const EventList: React.FC = () => (
<EventIcon type={t.value} /> {t.value}
</span>
}
value={{ type: [t.value] }}
value={{ eventType: [t.value] }}
/>
))}
</FilterList>
Expand Down

0 comments on commit 10fd1d1

Please sign in to comment.