Skip to content

Commit 7f1adaf

Browse files
committed
Fix markdown format for the file picker custom pickers (broken description)
1 parent 52c6cf2 commit 7f1adaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/docs/controls/FilePicker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ The FilePicker component can be configured with the following properties:
7676
| hideLocalUploadTab | boolean | no | Specifies if LocalUploadTab should be hidden. |
7777
| hideLinkUploadTab | boolean | no | Specifies if LinkUploadTab should be hidden. |
7878
| 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` |
79-
| renderCustomUploadTabContent | (filePickerResult: IFilePickerResult) => JSX.Element | null | no | Optional renderer to add custom user-defined fields to "Upload" tab |
80-
| renderCustomLinkTabContent | (filePickerResult: IFilePickerResult) => JSX.Element | null | no | Optional renderer to add custom user-defined fields to "Link" tab |
79+
| renderCustomUploadTabContent | (filePickerResult: IFilePickerResult) => JSX.Element \| null | no | Optional renderer to add custom user-defined fields to "Upload" tab |
80+
| renderCustomLinkTabContent | (filePickerResult: IFilePickerResult) => JSX.Element \| null | no | Optional renderer to add custom user-defined fields to "Link" tab |
8181

8282
interface `IFilePickerResult`
8383

0 commit comments

Comments
 (0)