fix: typos

This commit is contained in:
EnixCoda 2018-09-02 12:59:23 +08:00
parent 995421642d
commit 7aacc07429

View file

@ -12,10 +12,10 @@ import cx from '../utils/cx'
@connect(FileExplorerCore)
export default class FileExplorer extends React.Component {
static propTyps = {
static propTypes = {
treeData: PropTypes.object,
metaData: PropTypes.object,
freeze: PropTypes.boolean,
freeze: PropTypes.bool,
visibleNodes: PropTypes.object,
init: PropTypes.func.isRequired,