We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458155f commit 93dbdb9Copy full SHA for 93dbdb9
static/app/views/detectors/components/forms/metric.tsx
@@ -81,8 +81,6 @@ function ResolveSection() {
81
}
82
83
function AutomateSection() {
84
- // const {openDrawer, isDrawerOpen} = useDrawer();
85
- // const showDetails = () => {}
86
return (
87
<Container>
88
<Section title={t('Automate')} description={t('Set up alerts or notifications.')}>
static/app/views/detectors/list.tsx
@@ -1,6 +1,5 @@
1
import {Fragment} from 'react';
2
3
-// import moment from 'moment-timezone';
4
import {Flex} from 'sentry/components/container/flex';
5
import {LinkButton} from 'sentry/components/core/button/linkButton';
6
import PageFiltersContainer from 'sentry/components/organizations/pageFilters/container';
0 commit comments