Skip to content

Commit

Permalink
fix: dropdown componentConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yinkaihui committed Apr 12, 2024
1 parent 4379907 commit 0b2d74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Dropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const trigerPopupAlign = {

function Dropdown(baseProps: DropdownProps, _) {
const { getPrefixCls, componentConfig, rtl } = useContext(ConfigContext);
const props = useMergeProps<DropdownProps>(baseProps, defaultProps, componentConfig?.Button);
const props = useMergeProps<DropdownProps>(baseProps, defaultProps, componentConfig?.Dropdown);
const {
trigger,
droplist,
Expand Down

0 comments on commit 0b2d74e

Please sign in to comment.