Skip to content

Commit

Permalink
Merge pull request alibaba-fusion#93 from alibaba-fusion/hotfix/menub…
Browse files Browse the repository at this point in the history
…utton-theme

docs(MenuButton): class should be lowercase
  • Loading branch information
myronliu347 authored Dec 18, 2018
2 parents 65d4771 + c00c673 commit 2504794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/menu-button/theme/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function renderButton(type, locale, props) {

const commonProps = {
...props,
type,
type: type.toLowerCase(),
label: locale.editDocument,
};

Expand Down

0 comments on commit 2504794

Please sign in to comment.