فهرست منبع

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

Ryan McKinley 6 سال پیش
والد
کامیت
383bdb160f
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  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>
       );
     }