chore: Remove unused sliceCanEdit logic (#24312)

This commit is contained in:
John Bodley
2023-06-08 09:19:39 -07:00
committed by GitHub
parent f5148ef728
commit 69c2cd5f40
9 changed files with 0 additions and 24 deletions

View File

@@ -86,7 +86,6 @@ const createProps = (viz_type = 'sunburst') =>
updatedDttm: 1617213803803,
supersetCanExplore: true,
supersetCanCSV: true,
sliceCanEdit: false,
componentId: 'CHART-fYo7IyvKZQ',
dashboardId: 26,
isFullSize: false,
@@ -136,8 +135,6 @@ test('Should render default props', () => {
delete props.isCached;
// @ts-ignore
delete props.isExpanded;
// @ts-ignore
delete props.sliceCanEdit;
renderWrapper(props);
expect(