mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
Chore: fix prettier error after github suggestions commit (#19150)
This commit is contained in:
parent
015ab370b0
commit
383bdb160f
@ -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>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user