Skip to content

Commit

Permalink
Merge branch 'danidz96-patch-2' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIXuMuK committed Nov 13, 2019
2 parents e382c5e + b0b8939 commit 8d86fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/docs/controls/FilePicker.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { FilePicker, IFilePickerResult } from '@pnp/spfx-controls-react/lib/File
```TypeScript
<FilePicker
bingAPIKey="<BING API KEY>"
accepts= ".gif,.jpg,.jpeg,.bmp,.dib,.tif,.tiff,.ico,.png,.jxr,.svg"
accepts= {[".gif", ".jpg", ".jpeg", ".bmp", ".dib", ".tif", ".tiff", ".ico", ".png", ".jxr", ".svg"]}
buttonIcon="FileImage"
onSave={(filePickerResult: IFilePickerResult) => { this.setState({filePickerResult }) }}
onChanged={(filePickerResult: IFilePickerResult) => { this.setState({filePickerResult }) }}
Expand Down

1 comment on commit 8d86fcb

@AJIXuMuK
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge of #404

Please sign in to comment.