mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(capitalization): Capitalizing the 'metric' label in Pivot Tables (#24265)
This commit is contained in:
@@ -59,7 +59,7 @@ const PivotTableWrapper = styled.div`
|
||||
overflow: auto;
|
||||
`;
|
||||
|
||||
const METRIC_KEY = t('metric');
|
||||
const METRIC_KEY = t('Metric');
|
||||
const vals = ['value'];
|
||||
|
||||
const StyledPlusSquareOutlined = styled(PlusSquareOutlined)`
|
||||
|
||||
Reference in New Issue
Block a user