From 011d7ffa70488ae917eb34a4c0f20c6a9573d304 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Mon, 22 Oct 2018 16:45:16 +0300 Subject: [PATCH] graph legend: fix quotes displaying React already escapes all strings, so it's no need to pass escaped alias --- public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx b/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx index 55a28fc10b0..c235f132251 100644 --- a/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx +++ b/public/app/plugins/panel/graph/Legend/LegendSeriesItem.tsx @@ -93,7 +93,7 @@ export class LegendItem extends React.PureComponent