File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
x-pack/plugins/apm/public/components/app/ServiceDetails/AlertIntegrations Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ export function AlertIntegrations(props: Props) {
101101 title : transactionDurationLabel ,
102102 items : [
103103 {
104- icon : 'bell' ,
105104 name : createThresholdAlertLabel ,
106105 onClick : ( ) => {
107106 setAlertType ( AlertType . TransactionDuration ) ;
@@ -111,7 +110,6 @@ export function AlertIntegrations(props: Props) {
111110 ...( canReadAnomalies
112111 ? [
113112 {
114- icon : 'bell' ,
115113 name : createAnomalyAlertAlertLabel ,
116114 onClick : ( ) => {
117115 setAlertType ( AlertType . TransactionDurationAnomaly ) ;
@@ -127,7 +125,6 @@ export function AlertIntegrations(props: Props) {
127125 title : errorRateLabel ,
128126 items : [
129127 {
130- icon : 'bell' ,
131128 name : createThresholdAlertLabel ,
132129 onClick : ( ) => {
133130 setAlertType ( AlertType . ErrorRate ) ;
You can’t perform that action at this time.
0 commit comments