Просмотр исходного кода

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

Ryan McKinley 6 лет назад
Родитель
Сommit
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) {
     if (!alert && hasTransformations) {
       return (
       return (
         <EditorTabBody heading="Alert">
         <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>
         </EditorTabBody>
       );
       );
     }
     }