Skip to content

Commit

Permalink
BUGFIX: correct PageTree name
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed Mar 16, 2018
1 parent ad2716c commit f223306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const PageTreeToolbar = withNodeTypesRegistry(connect(
isAllowedToAddChildOrSiblingNodes,
isCut,
isCopied,
treeType: 'DocumentTree'
treeType: 'PageTree'
};
};
}, {
Expand Down

0 comments on commit f223306

Please sign in to comment.