fix: filter by team url (#17456)

This commit is contained in:
Udit Takkar
2024-11-04 09:45:14 +00:00
committed by GitHub
parent 3b59185f75
commit 06dccd7a73
2 changed files with 2 additions and 2 deletions
@@ -342,7 +342,7 @@ const TeamListCollapsible = () => {
/>
<VerticalTabItem
name={t("event_types_page_title")}
href={`/event-types?teamIds=${team.id}`}
href={`/event-types?teamId=${team.id}`}
textClassNames="px-3 text-emphasis font-medium text-sm"
disableChevron
/>
@@ -339,7 +339,7 @@ const TeamListCollapsible = () => {
/>
<VerticalTabItem
name={t("event_types_page_title")}
href={`/event-types?teamIds=${team.id}`}
href={`/event-types?teamId=${team.id}`}
textClassNames="px-3 text-emphasis font-medium text-sm"
disableChevron
/>