From 2faf3252f70de26666fc5609961ee50a388a1599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20H?= <36476318+Tamas-hi@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:29:19 +0200 Subject: [PATCH] Update PickList.d.ts The showSourceControls and showTargetControls have a default value of true in the codebase. --- components/lib/picklist/PickList.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lib/picklist/PickList.d.ts b/components/lib/picklist/PickList.d.ts index 715944e6a..f864882a1 100755 --- a/components/lib/picklist/PickList.d.ts +++ b/components/lib/picklist/PickList.d.ts @@ -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; /**