From ee755b3f4e2cf3dc2be5be2afc0882c27e57463b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=20Dom=C3=ADnguez?= <37420305+danidz96@users.noreply.github.com> Date: Tue, 29 Oct 2019 09:24:53 +0100 Subject: [PATCH] Update FilePicker example props Update FilePicker example accepts props values with array of string instead if string --- docs/documentation/docs/controls/FilePicker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/docs/controls/FilePicker.md b/docs/documentation/docs/controls/FilePicker.md index 35eef2ec0..9ef6239bf 100644 --- a/docs/documentation/docs/controls/FilePicker.md +++ b/docs/documentation/docs/controls/FilePicker.md @@ -42,7 +42,7 @@ import { FilePicker, IFilePickerResult } from '@pnp/spfx-controls-react/lib/File ```TypeScript { this.setState({filePickerResult }) }} onChanged={(filePickerResult: IFilePickerResult) => { this.setState({filePickerResult }) }}