CALCOM-7962 - [CAL-1350] create "collective or round robin" doenst open dialog anymore (#7969)

Co-authored-by: gitstart-calcom <gitstart@users.noreply.github.com>
This commit is contained in:
GitStart-Cal.com
2023-03-28 10:36:19 +02:00
committed by GitHub
co-authored by gitstart-calcom
parent 83364a9e97
commit 697f6db2c4
@@ -96,11 +96,7 @@ export default function TeamList(props: Props) {
title={t("collective_or_roundrobin")}
description={t("book_your_team_members")}
actionButton={{
href:
"/event-types?dialog=new-eventtype&eventPage=team%2F" +
team.slug +
"&teamId=" +
team.id,
href: "/event-types?dialog=new&eventPage=team%2F" + team.slug + "&teamId=" + team.id,
child: t("create"),
}}
/>