Browse Source

delete(remote-config): rm from settings (#75391)

missed a spot in the settings sidebar
Michelle Zhang 7 months ago
parent
commit
8499a5bc0a
1 changed files with 0 additions and 8 deletions
  1. 0 8
      static/app/views/settings/project/navigationConfiguration.tsx

+ 0 - 8
static/app/views/settings/project/navigationConfiguration.tsx

@@ -1,4 +1,3 @@
-import FeatureBadge from 'sentry/components/badge/featureBadge';
 import {t} from 'sentry/locale';
 import ConfigStore from 'sentry/stores/configStore';
 import type {Organization} from 'sentry/types/organization';
@@ -136,13 +135,6 @@ export default function getConfiguration({
           title: t('Loader Script'),
           description: t("View and manage the project's Loader Script"),
         },
-        {
-          path: `${pathPrefix}/remote-config/`,
-          badge: () => <FeatureBadge type="experimental" />,
-          title: t('Remote Config'),
-          description: t("View and manage the project's Remote Configuration"),
-          show: organization?.features.includes('remote-config'),
-        },
         {
           path: `${pathPrefix}/release-tracking/`,
           title: t('Releases'),