mirror of
https://github.com/apache/superset.git
synced 2026-06-05 07:39:19 +00:00
feat: Migrates Pivot Table v1 to v2 (#23712)
This commit is contained in:
committed by
GitHub
parent
e13b80aff1
commit
522eb97b65
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user