Merge pull request #4068 from Tamas-hi/patch-1

fix (docs): PickList documentation properties default value fix
pull/3999/head
Tuğçe Küçükoğlu 2023-06-20 10:31:11 +03:00 committed by GitHub
commit 988abaca85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -283,12 +283,12 @@ export interface PickListProps {
stripedRows?: boolean | undefined;
/**
* Whether to show buttons of source list.
* @defaultValue false
* @defaultValue true
*/
showSourceControls?: boolean | undefined;
/**
* Whether to show buttons of target list.
* @defaultValue false
* @defaultValue true
*/
showTargetControls?: boolean | undefined;
/**