Skip to content

Commit

Permalink
change TreeViewFinder documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anistouri committed Nov 16, 2023
1 parent 60ff8cf commit 9a6b6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TreeViewFinder/TreeViewFinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 9a6b6ed

Please sign in to comment.