Skip to content

Commit 43653ad

Browse files
committed
feat(seer): Show the Seer settings link even when hideAiFeatures is enabled
1 parent b7be574 commit 43653ad

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

static/app/views/settings/organization/userOrgNavigationConfiguration.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ export function getUserOrgNavigationConfiguration(): NavigationSection[] {
175175
description: t(
176176
"Manage settings for Seer's automated analysis across your organization"
177177
),
178-
show: ({organization}) => !!organization && !organization.hideAiFeatures,
179178
id: 'seer',
180179
},
181180
{

static/app/views/settings/project/navigationConfiguration.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export function getNavigationConfiguration({
6060
{
6161
path: `${pathPrefix}/seer/`,
6262
title: t('Seer'),
63-
show: () => !organization?.hideAiFeatures,
6463
},
6564
{
6665
path: `${pathPrefix}/user-feedback/`,

0 commit comments

Comments
 (0)