Skip to content

Commit f6615e6

Browse files
committed
fix: dropdown button disable style
1 parent d0cf9fd commit f6615e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropdown/dropdown-button.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default {
7373
</Button>
7474
<Dropdown {...dropdownProps}>
7575
<template slot="overlay">{getComponentFromProp(this, 'overlay')}</template>
76-
<Button type={type} icon="ellipsis" />
76+
<Button type={type} disabled={disabled} icon="ellipsis" />
7777
</Dropdown>
7878
</ButtonGroup>
7979
);

0 commit comments

Comments
 (0)