Commit 383bdb16 by Ryan McKinley Committed by GitHub

Chore: fix prettier error after github suggestions commit (#19150)

parent 015ab370
......@@ -135,7 +135,10 @@ export class AlertTab extends PureComponent<Props> {
if (!alert && hasTransformations) {
return (
<EditorTabBody heading="Alert">
<AlertBox severity={AppNotificationSeverity.Warning} title="Transformations are not supported in alert queries" />
<AlertBox
severity={AppNotificationSeverity.Warning}
title="Transformations are not supported in alert queries"
/>
</EditorTabBody>
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment