Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Aug 19, 2024
1 parent 33ae500 commit e883c8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/x-tree-view/src/TreeItem/TreeItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { TreeItem2Provider } from '../TreeItem2Provider';
import { TreeViewItemDepthContext } from '../internals/TreeViewItemDepthContext';
import { useTreeItemState } from './useTreeItemState';
import { isTargetInDescendants } from '../internals/utils/tree';
import { TreeViewItemPluginSlotPropsEnhancerParams } from '@mui/x-tree-view/internals/models';
import { TreeViewItemPluginSlotPropsEnhancerParams } from '../internals/models';

const useThemeProps = createUseThemeProps('MuiTreeItem');

Expand Down
2 changes: 0 additions & 2 deletions packages/x-tree-view/src/TreeItem/TreeItemContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ const TreeItemContent = React.forwardRef(function TreeItemContent(
preventSelection,
expansionTrigger,
toggleItemEditing,
handleSaveItemLabel,
handleCancelItemLabelEditing,
} = useTreeItemState(itemId);

const icon = iconProp || expansionIcon || displayIcon;
Expand Down

0 comments on commit e883c8a

Please sign in to comment.