Skip to content

Commit 18f52d9

Browse files
evanpurkhiserandrewshie-sentry
authored andcommitted
ref(crons): Remove duplicate FeedbackWidgetButton (#83533)
The backend insights header is already adding a feedback button
1 parent 161b48f commit 18f52d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/app/views/insights/crons/views/overview.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {openBulkEditMonitorsModal} from 'sentry/actionCreators/modal';
66
import {deleteProjectProcessingErrorByType} from 'sentry/actionCreators/monitors';
77
import {Button} from 'sentry/components/button';
88
import ButtonBar from 'sentry/components/buttonBar';
9-
import FeedbackWidgetButton from 'sentry/components/feedback/widget/feedbackWidgetButton';
109
import HookOrDefault from 'sentry/components/hookOrDefault';
1110
import * as Layout from 'sentry/components/layouts/thirds';
1211
import LoadingIndicator from 'sentry/components/loadingIndicator';
@@ -121,7 +120,6 @@ function CronsOverview() {
121120
module={ModuleName.CRONS}
122121
headerActions={
123122
<ButtonBar gap={1}>
124-
<FeedbackWidgetButton />
125123
<Button
126124
icon={<IconList />}
127125
size="sm"

0 commit comments

Comments
 (0)