Skip to content

Commit 3500673

Browse files
committed
fix(aci): cleanup detectors lost
1 parent 644c6ea commit 3500673

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

static/app/views/detectors/list.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ import {useWorkflowEngineFeatureGate} from 'sentry/components/workflowEngine/use
1212
import {IconAdd} from 'sentry/icons';
1313
import {t} from 'sentry/locale';
1414
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';
1815
import DetectorListTable from 'sentry/views/detectors/components/detectorListTable';
1916
import {useDetectorsQuery} from 'sentry/views/detectors/hooks';
2017

@@ -48,11 +45,7 @@ function TableHeader() {
4845
function Actions() {
4946
return (
5047
<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 />}>
5649
{t('Create Monitor')}
5750
</LinkButton>
5851
</Fragment>

0 commit comments

Comments
 (0)