mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
fix: Remove dropdownMatchSelectWidth warning (#24651)
This commit is contained in:
parent
39ed9b3889
commit
b0575186ce
@ -288,6 +288,7 @@ class Drawer extends React.Component<DrawerProps & ConfigConsumerProps, IDrawerS
|
|||||||
'autoInsertSpaceInButton',
|
'autoInsertSpaceInButton',
|
||||||
'width',
|
'width',
|
||||||
'height',
|
'height',
|
||||||
|
'dropdownMatchSelectWidth',
|
||||||
])}
|
])}
|
||||||
{...offsetStyle}
|
{...offsetStyle}
|
||||||
prefixCls={prefixCls}
|
prefixCls={prefixCls}
|
||||||
|
Loading…
Reference in New Issue
Block a user