File tree 1 file changed +0
-2
lines changed
static/app/views/insights/crons/views
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import {openBulkEditMonitorsModal} from 'sentry/actionCreators/modal';
6
6
import { deleteProjectProcessingErrorByType } from 'sentry/actionCreators/monitors' ;
7
7
import { Button } from 'sentry/components/button' ;
8
8
import ButtonBar from 'sentry/components/buttonBar' ;
9
- import FeedbackWidgetButton from 'sentry/components/feedback/widget/feedbackWidgetButton' ;
10
9
import HookOrDefault from 'sentry/components/hookOrDefault' ;
11
10
import * as Layout from 'sentry/components/layouts/thirds' ;
12
11
import LoadingIndicator from 'sentry/components/loadingIndicator' ;
@@ -121,7 +120,6 @@ function CronsOverview() {
121
120
module = { ModuleName . CRONS }
122
121
headerActions = {
123
122
< ButtonBar gap = { 1 } >
124
- < FeedbackWidgetButton />
125
123
< Button
126
124
icon = { < IconList /> }
127
125
size = "sm"
You can’t perform that action at this time.
0 commit comments