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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user