1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

modify style

This commit is contained in:
zxj96
2019-05-30 10:57:21 +08:00
parent 91da729cb0
commit 087f3680ab
2 changed files with 6 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ const propTypes = {
treeData: PropTypes.object.isRequired,
onNodeCollapse: PropTypes.func.isRequired,
onNodeExpanded: PropTypes.func.isRequired,
fileSuffixes: PropTypes.array,
};
class TreeListView extends React.Component {