Skip to content

Commit 1433dc7

Browse files
Add missing property to FilePicker docs
1 parent ffff570 commit 1433dc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/documentation/docs/controls/FilePicker.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ The FilePicker component can be configured with the following properties:
9494
| hideOneDriveTab | boolean | no | Specifies if OneDriveTab should be hidden. |
9595
| hideSiteFilesTab | boolean | no | Specifies if SiteFilesTab should be hidden. |
9696
| hideLocalUploadTab | boolean | no | Specifies if LocalUploadTab should be hidden. |
97+
| hideLocalMultipleUploadTab | boolean | no | Specifies if LocalMultipleUploadTab should be hidden. |
9798
| hideLinkUploadTab | boolean | no | Specifies if LinkUploadTab should be hidden. |
9899
| storeLastActiveTab | boolean | no | Specifies if last active tab will be stored after the Upload panel has been closed. Note: the value of selected tab is stored in the queryString hash. Default `true` |
99100
| isPanelOpen | boolean | no | Specifies if the file picker panel is open by default or not |

0 commit comments

Comments
 (0)