diff --git a/frontend/app/components/Alerts/AlertForm.js b/frontend/app/components/Alerts/AlertForm.js
index f3286542b..4003b4864 100644
--- a/frontend/app/components/Alerts/AlertForm.js
+++ b/frontend/app/components/Alerts/AlertForm.js
@@ -70,8 +70,6 @@ const AlertForm = props => {
const unit = metric ? metric.unit : '';
const isThreshold = instance.detectionMethod === 'threshold';
- console.log('AlertForm', instance.query);
-
return (
diff --git a/frontend/app/components/shared/EventFilter/Attributes/AttributeItem.js b/frontend/app/components/shared/EventFilter/Attributes/AttributeItem.js
index 51e16da7e..0b7b39b78 100644
--- a/frontend/app/components/shared/EventFilter/Attributes/AttributeItem.js
+++ b/frontend/app/components/shared/EventFilter/Attributes/AttributeItem.js
@@ -81,7 +81,7 @@ class AttributeItem extends React.PureComponent {
diff --git a/frontend/app/components/shared/EventFilter/EventEditor.js b/frontend/app/components/shared/EventFilter/EventEditor.js
index 94ffb8692..f2d5dee8f 100644
--- a/frontend/app/components/shared/EventFilter/EventEditor.js
+++ b/frontend/app/components/shared/EventFilter/EventEditor.js
@@ -97,7 +97,7 @@ export default class EventEditor extends React.PureComponent {
{ dndBtn }
diff --git a/frontend/app/components/shared/TrackingCodeModal/TrackingCodeModal.js b/frontend/app/components/shared/TrackingCodeModal/TrackingCodeModal.js
index 26e2d709c..1a8eb17bf 100644
--- a/frontend/app/components/shared/TrackingCodeModal/TrackingCodeModal.js
+++ b/frontend/app/components/shared/TrackingCodeModal/TrackingCodeModal.js
@@ -41,7 +41,7 @@ class TrackingCodeModal extends React.PureComponent {
{ title } { subTitle && {subTitle}}
-
+
diff --git a/frontend/app/components/ui/EscapeButton/EscapeButton.js b/frontend/app/components/ui/EscapeButton/EscapeButton.js
index 69e68e8ee..5c06efc3d 100644
--- a/frontend/app/components/ui/EscapeButton/EscapeButton.js
+++ b/frontend/app/components/ui/EscapeButton/EscapeButton.js
@@ -5,7 +5,7 @@ import stl from './escapeButton.css'
function EscapeButton({ onClose = null}) {
return (
)
diff --git a/frontend/app/types/customMetric.js b/frontend/app/types/customMetric.js
index 32e5f644f..f80c045fd 100644
--- a/frontend/app/types/customMetric.js
+++ b/frontend/app/types/customMetric.js
@@ -30,6 +30,7 @@ export default Record({
isPublic: false,
startDate: '',
endDate: '',
+ active: true,
}, {
idKey: 'metricId',
methods: {