From 1ed30b35d794fb9f77b638e3bc1de9c870e9fb24 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 28 Jun 2022 14:40:48 +0200 Subject: [PATCH] change(ui) - error widget border --- .../CustomMetricTableErrors/CustomMetricTableErrors.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableErrors/CustomMetricTableErrors.tsx b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableErrors/CustomMetricTableErrors.tsx index 9e42f9ea6..a7a18b50f 100644 --- a/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableErrors/CustomMetricTableErrors.tsx +++ b/frontend/app/components/Dashboard/Widgets/CustomMetricsWidgets/CustomMetricTableErrors/CustomMetricTableErrors.tsx @@ -52,7 +52,7 @@ function CustomMetricTableErrors(props: RouteComponentProps) {
{metric.data.errors && metric.data.errors.map((error: any, index: any) => ( -
+
onErrorClick(e, error)}