diff --git a/services/web/frontend/js/features/project-list/components/project-list-root.tsx b/services/web/frontend/js/features/project-list/components/project-list-root.tsx index bc3a895a1a..352c6fd37a 100644 --- a/services/web/frontend/js/features/project-list/components/project-list-root.tsx +++ b/services/web/frontend/js/features/project-list/components/project-list-root.tsx @@ -82,7 +82,7 @@ function ProjectListPageContent() { useProjectListContext() useEffect(() => { - eventTracking.sendMB('loads_v2_dash', {}) + eventTracking.sendMB('loads_v2_dash', { page: 'projects' }) }, []) const { t } = useTranslation()