diff --git a/public/pages/CreateDetector/components/ConfigureAlerts/containers/ConfigureAlerts.tsx b/public/pages/CreateDetector/components/ConfigureAlerts/containers/ConfigureAlerts.tsx index 4dfbfec19..f38785d00 100644 --- a/public/pages/CreateDetector/components/ConfigureAlerts/containers/ConfigureAlerts.tsx +++ b/public/pages/CreateDetector/components/ConfigureAlerts/containers/ConfigureAlerts.tsx @@ -77,8 +77,6 @@ export default class ConfigureAlerts extends Component { this.updateBreadcrumbs(); const { - isEdit, - detector, detector: { triggers }, } = this.props; this.getNotificationChannels();