We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f4caf commit 8a45202Copy full SHA for 8a45202
components/dropdown/dropdown-button.jsx
@@ -11,7 +11,7 @@ const ButtonGroup = Button.Group
11
const DropdownButtonProps = {
12
...ButtonGroupProps,
13
...DropdownProps,
14
- type: PropTypes.oneOf(['primary', 'ghost', 'dashed', 'default']).def('default'),
+ type: PropTypes.oneOf(['primary', 'ghost', 'dashed', 'danger', 'default']).def('default'),
15
disabled: PropTypes.bool,
16
prefixCls: PropTypes.string.def('ant-dropdown-button'),
17
placement: DropdownProps.placement.def('bottomRight'),
0 commit comments