Skip to content

Commit cee30c5

Browse files
CarinaWollidevin-ai-integration[bot]anikdhabal
authored
feat: remove Event Types from team settings navigation (#22472)
- Remove VerticalTabItem for Event Types from team settings sidebar - Event Types link no longer appears in team settings navigation - Other team settings options remain unchanged and functional Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
1 parent f22b5d9 commit cee30c5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apps/web/app/(use-page-wrapper)/settings/(settings-layout)/SettingsLayoutAppDirClient.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -401,12 +401,6 @@ const TeamListCollapsible = () => {
401401
textClassNames="px-3 text-emphasis font-medium text-sm"
402402
disableChevron
403403
/>
404-
<VerticalTabItem
405-
name={t("event_types_page_title")}
406-
href={`/event-types?teamId=${team.id}`}
407-
textClassNames="px-3 text-emphasis font-medium text-sm"
408-
disableChevron
409-
/>
410404
{(checkAdminOrOwner(team.role) ||
411405
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
412406
// @ts-ignore this exists wtf?

0 commit comments

Comments
 (0)