Parcourir la source

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

Ryan McKinley il y a 6 ans
Parent
commit
383bdb160f
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. 4 1
      public/app/features/alerting/AlertTab.tsx

+ 4 - 1
public/app/features/alerting/AlertTab.tsx

@@ -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>
       );
     }