Skip to content

Commit cb339c4

Browse files
committed
Merge branch 'ravichandran-blog-patch-3' into dev
2 parents b1607bd + da16f0d commit cb339c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/FilePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { FilePicker, IFilePickerResult } from '@pnp/spfx-controls-react/lib/File
4545
accepts= {[".gif", ".jpg", ".jpeg", ".bmp", ".dib", ".tif", ".tiff", ".ico", ".png", ".jxr", ".svg"]}
4646
buttonIcon="FileImage"
4747
onSave={(filePickerResult: IFilePickerResult) => { this.setState({filePickerResult }) }}
48-
onChanged={(filePickerResult: IFilePickerResult) => { this.setState({filePickerResult }) }}
48+
onChange={(filePickerResult: IFilePickerResult) => { this.setState({filePickerResult }) }}
4949
context={this.props.context}
5050
/>
5151
```

0 commit comments

Comments
 (0)