feat: Migrates Pivot Table v1 to v2 (#23712)

This commit is contained in:
Michael S. Molina
2023-06-08 10:13:39 -03:00
committed by GitHub
parent e13b80aff1
commit 522eb97b65
63 changed files with 34380 additions and 25678 deletions

View File

@@ -56,7 +56,7 @@ const MENU_KEYS = {
RUN_IN_SQL_LAB: 'run_in_sql_lab',
};
const VIZ_TYPES_PIVOTABLE = ['pivot_table', 'pivot_table_v2'];
const VIZ_TYPES_PIVOTABLE = ['pivot_table_v2'];
export const MenuItemWithCheckboxContainer = styled.div`
${({ theme }) => css`