Explorar o código

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

Ryan McKinley %!s(int64=6) %!d(string=hai) anos
pai
achega
383bdb160f
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  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>
       );
     }