From 7f1adaf15e071ba0c024c674392ab33c2e82a2a3 Mon Sep 17 00:00:00 2001 From: Nikolay Belykh Date: Thu, 3 Dec 2020 12:08:58 +0100 Subject: [PATCH] Fix markdown format for the file picker custom pickers (broken description) --- docs/documentation/docs/controls/FilePicker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/documentation/docs/controls/FilePicker.md b/docs/documentation/docs/controls/FilePicker.md index e206a5a6b..5017245f1 100644 --- a/docs/documentation/docs/controls/FilePicker.md +++ b/docs/documentation/docs/controls/FilePicker.md @@ -76,8 +76,8 @@ The FilePicker component can be configured with the following properties: | hideLocalUploadTab | boolean | no | Specifies if LocalUploadTab should be hidden. | | hideLinkUploadTab | boolean | no | Specifies if LinkUploadTab should be hidden. | | 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` | -| renderCustomUploadTabContent | (filePickerResult: IFilePickerResult) => JSX.Element | null | no | Optional renderer to add custom user-defined fields to "Upload" tab | -| renderCustomLinkTabContent | (filePickerResult: IFilePickerResult) => JSX.Element | null | no | Optional renderer to add custom user-defined fields to "Link" tab | +| renderCustomUploadTabContent | (filePickerResult: IFilePickerResult) => JSX.Element \| null | no | Optional renderer to add custom user-defined fields to "Upload" tab | +| renderCustomLinkTabContent | (filePickerResult: IFilePickerResult) => JSX.Element \| null | no | Optional renderer to add custom user-defined fields to "Link" tab | interface `IFilePickerResult`