From 9a6b6ed6b30987d00eec4fd2c360d726cdcb73e8 Mon Sep 17 00:00:00 2001 From: TOURI ANIS Date: Thu, 16 Nov 2023 11:39:17 +0100 Subject: [PATCH] change TreeViewFinder documentation --- src/components/TreeViewFinder/TreeViewFinder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TreeViewFinder/TreeViewFinder.js b/src/components/TreeViewFinder/TreeViewFinder.js index 575d1195..b949b4e7 100644 --- a/src/components/TreeViewFinder/TreeViewFinder.js +++ b/src/components/TreeViewFinder/TreeViewFinder.js @@ -97,7 +97,7 @@ const composeClasses = makeComposeClasses(generateTreeViewFinderClass); * @param {String} [validationButtonText=default text] - Customized Validation Button text (default: Add N Elements) * @param {Boolean} [onlyLeaves=true] - Allow/Forbid selection only on leaves * @param {Boolean} [multiselect=false] - Allow/Forbid multiselection on Tree - * @param {Boolean} [withCustomColor=true] - Display a custom color on the cancel button + * @param {Object} [cancelButtonProps] - The cancel button props */ const TreeViewFinder = (props) => { const intl = useIntl();