Skip to content

Commit

Permalink
Merge pull request #505 from hugoabernier/patch-2
Browse files Browse the repository at this point in the history
Update Placeholder.md
  • Loading branch information
estruyf authored Mar 23, 2020
2 parents c3bb0eb + 65a948b commit 1082767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/docs/controls/Placeholder.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { Placeholder } from "@pnp/spfx-controls-react/lib/Placeholder";
- With the `onConfigure` property you can define what it needs to do when you click on the button. Like for example opening the property pane:

```typescript
private _onConfigure() {
private _onConfigure = () => {
// Context of the web part
this.props.context.propertyPane.open();
}
Expand Down

0 comments on commit 1082767

Please sign in to comment.