diff --git a/frontend/app/components/DataManagement/Activity/Page.tsx b/frontend/app/components/DataManagement/Activity/Page.tsx index b96516edf..cb7bed717 100644 --- a/frontend/app/components/DataManagement/Activity/Page.tsx +++ b/frontend/app/components/DataManagement/Activity/Page.tsx @@ -10,6 +10,7 @@ import Event from './data/Event'; import { useModal } from 'App/components/Modal'; import EventDetailsModal from './EventDetailsModal'; import { useQuery } from '@tanstack/react-query'; +import Select from 'Shared/Select'; const limit = 100; @@ -226,8 +227,32 @@ function ActivityPage() { 'bg-white rounded-xl shadow border flex flex-col overflow-hidden' } > -