From cc2b6fe6759db29a0a9dbd3034143e7b171569d3 Mon Sep 17 00:00:00 2001 From: Tim Glaser Date: Wed, 9 Jun 2021 11:05:08 +0100 Subject: [PATCH] Closes #4654 rename value to breakdown value --- frontend/src/lib/components/ChartFilter/ChartFilter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/ChartFilter/ChartFilter.js b/frontend/src/lib/components/ChartFilter/ChartFilter.js index 12931a49ab9..72926996810 100644 --- a/frontend/src/lib/components/ChartFilter/ChartFilter.js +++ b/frontend/src/lib/components/ChartFilter/ChartFilter.js @@ -95,7 +95,7 @@ export function ChartFilter(props) { }, { value: ACTIONS_BAR_CHART_VALUE, - label: , + label: , disabled: barValueDisabled, }, ],