Skip to content

Commit 65a948b

Browse files
authored
Update Placeholder.md
Attempt No. 2 to update documentation to make the configure event work.
1 parent 065bc44 commit 65a948b

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)