From 13e881fa44921d4c076cdb8af11c0c811e8a308a Mon Sep 17 00:00:00 2001 From: Ravichandran Krishnasamy Date: Thu, 7 Jan 2021 03:10:03 +0530 Subject: [PATCH] Update TreeView.md unwanted comma removed --- docs/documentation/docs/controls/TreeView.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/docs/controls/TreeView.md b/docs/documentation/docs/controls/TreeView.md index df20dbf0a..0100c4d32 100644 --- a/docs/documentation/docs/controls/TreeView.md +++ b/docs/documentation/docs/controls/TreeView.md @@ -37,7 +37,7 @@ import { TreeView, ITreeItem } from "@pnp/spfx-controls-react/lib/TreeView"; selectChildrenIfParentSelected={true} showCheckboxes={true} treeItemActionsDisplayMode={TreeItemActionsDisplayMode.ContextualMenu} - defaultSelectedKeys={['key1', 'key2']}, + defaultSelectedKeys={['key1', 'key2']} expandToSelected={true} defaultExpandedChildren={true} onSelect={this.onTreeItemSelect}