Skip to content

Commit

Permalink
ref(feedback): remove 'go to old uf' button (#64964)
Browse files Browse the repository at this point in the history
merge when we remove the beta flag for UF! no need to link to old UF
anymore

<img width="1250" alt="SCR-20240209-kjpl"
src="https://github.com/getsentry/sentry/assets/56095982/50016927-2db3-42eb-9e60-6813f9feb804">

Relates to:
* #64671
  • Loading branch information
michellewzhang authored May 6, 2024
1 parent b61c843 commit 882f0bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 45 deletions.
41 changes: 0 additions & 41 deletions static/app/components/feedback/oldFeedbackButton.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions static/app/views/feedback/feedbackListPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import FeedbackSearch from 'sentry/components/feedback/feedbackSearch';
import FeedbackSetupPanel from 'sentry/components/feedback/feedbackSetupPanel';
import FeedbackWhatsNewBanner from 'sentry/components/feedback/feedbackWhatsNewBanner';
import FeedbackList from 'sentry/components/feedback/list/feedbackList';
import OldFeedbackButton from 'sentry/components/feedback/oldFeedbackButton';
import useCurrentFeedbackId from 'sentry/components/feedback/useCurrentFeedbackId';
import useHaveSelectedProjectsSetupFeedback, {
useHaveSelectedProjectsSetupNewFeedback,
Expand Down Expand Up @@ -71,9 +70,6 @@ export default function FeedbackListPage({}: Props) {
/>
</Layout.Title>
</Layout.HeaderContent>
<Layout.HeaderActions>
<OldFeedbackButton />
</Layout.HeaderActions>
</Layout.Header>
<PageFiltersContainer>
<ErrorBoundary>
Expand Down

0 comments on commit 882f0bc

Please sign in to comment.