Skip to content

Commit

Permalink
ref(crons): Remove duplicate FeedbackWidgetButton (#83533)
Browse files Browse the repository at this point in the history
The backend insights header is already adding a feedback button
  • Loading branch information
evanpurkhiser authored Jan 15, 2025
1 parent 47d75ae commit b8579a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/app/views/insights/crons/views/overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import {openBulkEditMonitorsModal} from 'sentry/actionCreators/modal';
import {deleteProjectProcessingErrorByType} from 'sentry/actionCreators/monitors';
import {Button} from 'sentry/components/button';
import ButtonBar from 'sentry/components/buttonBar';
import FeedbackWidgetButton from 'sentry/components/feedback/widget/feedbackWidgetButton';
import HookOrDefault from 'sentry/components/hookOrDefault';
import * as Layout from 'sentry/components/layouts/thirds';
import LoadingIndicator from 'sentry/components/loadingIndicator';
Expand Down Expand Up @@ -121,7 +120,6 @@ function CronsOverview() {
module={ModuleName.CRONS}
headerActions={
<ButtonBar gap={1}>
<FeedbackWidgetButton />
<Button
icon={<IconList />}
size="sm"
Expand Down

0 comments on commit b8579a9

Please sign in to comment.