mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: typos
This commit is contained in:
parent
995421642d
commit
7aacc07429
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue