Skip to content

Commit 1082767

Browse files
authored
Merge pull request #505 from hugoabernier/patch-2
Update Placeholder.md
2 parents c3bb0eb + 65a948b commit 1082767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/Placeholder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { Placeholder } from "@pnp/spfx-controls-react/lib/Placeholder";
2626
- 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:
2727

2828
```typescript
29-
private _onConfigure() {
29+
private _onConfigure = () => {
3030
// Context of the web part
3131
this.props.context.propertyPane.open();
3232
}

0 commit comments

Comments
 (0)