Ikko Ashimine
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
components/tree-select/index.tsx
|
|
@ -77,7 +77,7 @@ const InternalTreeSelect = <T extends DefaultValueType>( |
|
|
|
devWarning( |
|
|
|
multiple !== false || !treeCheckable, |
|
|
|
'TreeSelect', |
|
|
|
'`multiple` will alway be `true` when `treeCheckable` is true', |
|
|
|
'`multiple` will always be `true` when `treeCheckable` is true', |
|
|
|
); |
|
|
|
|
|
|
|
const prefixCls = getPrefixCls('select', customizePrefixCls); |
|
|
|