Skip to content

Commit 3ccd2b7

Browse files
committed
Merge branch 'tom-daly-patch-1' into dev
2 parents c9a27cf + 573874a commit 3ccd2b7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/documentation/docs/controls/SecurityTrimmedControl.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ This control is intended to be used when you want to show or hide components bas
88
- Import the following modules to your component:
99

1010
```TypeScript
11-
import { SecurityTrimmedControl } from "@pnp/spfx-controls-react/lib/SecurityTrimmedControl";
11+
import { SecurityTrimmedControl, PermissionLevel } from "@pnp/spfx-controls-react/lib/SecurityTrimmedControl";
12+
import { SPPermission } from '@microsoft/sp-page-context';
1213
```
1314

1415
- You can use the `SecurityTrimmedControl` as follows in your solutions:

docs/documentation/docs/controls/TaxonomyPicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The TaxonomyPicker control can be configured with the following properties:
152152
| ---- | ---- | ---- | ---- |
153153
| panelTitle | string | yes | TermSet Picker Panel title. |
154154
| label | string | yes | Text displayed above the Taxonomy Picker. |
155-
| disabled | string | no | Specify if the control needs to be disabled. |
155+
| disabled | boolean | no | Specify if the control needs to be disabled. |
156156
| context | WebPartContext \| ExtensionContext | yes | Context of the current web part or extension. |
157157
| initialValues | IPickerTerms | no | Defines the selected by default term sets. |
158158
| allowMultipleSelections | boolean | no | Defines if the user can select only one or many term sets. Default value is false. |

0 commit comments

Comments
 (0)