1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 16:10:26 +00:00

fix prop typs

This commit is contained in:
Michael An
2019-04-28 11:59:13 +08:00
parent a29e8055bd
commit 87f9afc047

View File

@@ -16,7 +16,7 @@ const propTypes = {
onNodeCollapse: PropTypes.func.isRequired,
onItemMove: PropTypes.func,
currentRepoInfo: PropTypes.object,
selectedDirentList: PropTypes.array.isRequired,
selectedDirentList: PropTypes.array,
};
const PADDING_LEFT = 20;