mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 00:47:50 +01:00
Closes #4654 rename value to breakdown value
This commit is contained in:
parent
52fc3f5072
commit
cc2b6fe675
@ -95,7 +95,7 @@ export function ChartFilter(props) {
|
||||
},
|
||||
{
|
||||
value: ACTIONS_BAR_CHART_VALUE,
|
||||
label: <Label icon={<BarChartOutlined />}>Value</Label>,
|
||||
label: <Label icon={<BarChartOutlined />}>Breakdown values</Label>,
|
||||
disabled: barValueDisabled,
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user