File tree 1 file changed +1
-8
lines changed
static/app/views/detectors
1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ import {useWorkflowEngineFeatureGate} from 'sentry/components/workflowEngine/use
12
12
import { IconAdd } from 'sentry/icons' ;
13
13
import { t } from 'sentry/locale' ;
14
14
import { space } from 'sentry/styles/space' ;
15
- // import { ActionType } from 'sentry/types/workflowEngine/actions';
16
- // import { DataConditionGroupLogicType } from 'sentry/types/workflowEngine/dataConditions';
17
- // import type { Detector } from 'sentry/types/workflowEngine/detectors';
18
15
import DetectorListTable from 'sentry/views/detectors/components/detectorListTable' ;
19
16
import { useDetectorsQuery } from 'sentry/views/detectors/hooks' ;
20
17
@@ -48,11 +45,7 @@ function TableHeader() {
48
45
function Actions ( ) {
49
46
return (
50
47
< Fragment >
51
- < LinkButton
52
- to = "/issues/monitors/new"
53
- priority = "primary"
54
- icon = { < IconAdd isCircled /> }
55
- >
48
+ < LinkButton to = "/issues/monitors/new" priority = "primary" icon = { < IconAdd /> } >
56
49
{ t ( 'Create Monitor' ) }
57
50
</ LinkButton >
58
51
</ Fragment >
You can’t perform that action at this time.
0 commit comments