Skip to content

Commit 3173e01

Browse files
committed
Merge branch 'patch-4' of https://github.com/ravichandran-blog/sp-dev-fx-controls-react into ravichandran-blog-patch-4
2 parents de333f5 + 13e881f commit 3173e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/TreeView.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { TreeView, ITreeItem, TreeViewSelectionMode } from "@pnp/spfx-controls-r
3737
selectChildrenIfParentSelected={true}
3838
showCheckboxes={true}
3939
treeItemActionsDisplayMode={TreeItemActionsDisplayMode.ContextualMenu}
40-
defaultSelectedKeys={['key1', 'key2']},
40+
defaultSelectedKeys={['key1', 'key2']}
4141
expandToSelected={true}
4242
defaultExpandedChildren={true}
4343
onSelect={this.onTreeItemSelect}

0 commit comments

Comments
 (0)