Skip to content

Commit

Permalink
chore(tags): removes beta flag from tag summary/all tags (getsentry#4…
Browse files Browse the repository at this point in the history
…3782)

Removes the beta badge from issue tag summary
  • Loading branch information
edwardgou-sentry authored and pull[bot] committed Feb 22, 2024
1 parent 968e67b commit 5e2f913
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions static/app/components/group/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import AvatarList from 'sentry/components/avatar/avatarList';
import DateTime from 'sentry/components/dateTime';
import EnvironmentPageFilter from 'sentry/components/environmentPageFilter';
import ErrorBoundary from 'sentry/components/errorBoundary';
import FeatureBadge from 'sentry/components/featureBadge';
import AssignedTo from 'sentry/components/group/assignedTo';
import ExternalIssueList from 'sentry/components/group/externalIssuesList';
import OwnedBy from 'sentry/components/group/ownedBy';
Expand Down Expand Up @@ -300,11 +299,7 @@ class BaseGroupSidebar extends Component<Props, State> {
? BACKEND_TAGS
: DEFAULT_TAGS
}
title={
<div>
{t('All Tags')} <FeatureBadge type="beta" />
</div>
}
title={<div>{t('All Tags')}</div>}
event={event}
tagFormatter={TAGS_FORMATTER}
project={project}
Expand Down

0 comments on commit 5e2f913

Please sign in to comment.