From 94cad6065417b2751be34ac409949aea2b2c5fea Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 2 Dec 2025 17:40:33 +0000 Subject: [PATCH] fix a few more src test errors --- .../rule-editor/notificaton-preview/NotificationPreview.tsx | 2 +- .../datasources/components/picker/DataSourceLogo.tsx | 2 +- .../panel/components/VizTypePicker/PanelTypeCard.tsx | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPreview.tsx b/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPreview.tsx index 71b05c172cb..97f73b75b43 100644 --- a/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPreview.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/notificaton-preview/NotificationPreview.tsx @@ -140,7 +140,7 @@ export const NotificationPreview = ({
Alertmanager: - + {alertManagerSource.name}
diff --git a/public/app/features/datasources/components/picker/DataSourceLogo.tsx b/public/app/features/datasources/components/picker/DataSourceLogo.tsx index c8bfcc4601d..69c43bc2898 100644 --- a/public/app/features/datasources/components/picker/DataSourceLogo.tsx +++ b/public/app/features/datasources/components/picker/DataSourceLogo.tsx @@ -20,7 +20,7 @@ export function DataSourceLogo(props: DataSourceLogoProps) { {`${dataSource.meta.name} ); } diff --git a/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx b/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx index 8070854ab9d..2125e645e60 100644 --- a/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx +++ b/public/app/features/panel/components/VizTypePicker/PanelTypeCard.tsx @@ -55,7 +55,11 @@ const PanelTypeCardComponent = ({ isCurrent ? t('panel.panel-type-card.title-click-to-close', 'Click again to close this section') : plugin.name } > - +
{title}