1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00

fix deselect markdown file detail (#6780)

This commit is contained in:
Michael An
2024-09-14 15:29:26 +08:00
committed by GitHub
parent 227a9d5a90
commit 7f56426ad8
4 changed files with 6 additions and 22 deletions

View File

@@ -26,7 +26,6 @@ const propTypes = {
isTreeDataLoading: PropTypes.bool.isRequired,
treeData: PropTypes.object.isRequired,
currentNode: PropTypes.object,
currentDirent: PropTypes.object,
onNodeClick: PropTypes.func.isRequired,
onNodeCollapse: PropTypes.func.isRequired,
onNodeExpanded: PropTypes.func.isRequired,