Skip to content
Snippets Groups Projects
Commit 4d63be37 authored by Tom Robinson's avatar Tom Robinson
Browse files

pretty

parent dce8b38d
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ export class CreateAlertModalContent extends Component {
// (maybe check how other modals are implemented)
onAlertCreated();
MetabaseAnalytics.trackEvent("Alert", "Create", alert.alert_condition)
MetabaseAnalytics.trackEvent("Alert", "Create", alert.alert_condition);
};
proceedFromEducationalScreen = () => {
......@@ -292,7 +292,11 @@ export class UpdateAlertModalContent extends Component {
await updateAlert(modifiedAlert);
onAlertUpdated();
MetabaseAnalytics.trackEvent("Alert", "Update", modifiedAlert.alert_condition)
MetabaseAnalytics.trackEvent(
"Alert",
"Update",
modifiedAlert.alert_condition,
);
};
onDeleteAlert = async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment