Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
feat(button): remove unused props showIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieumure committed Oct 8, 2020
1 parent e69782a commit 68a4266
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/components/button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ const defaultLinkButtonProps = {
size: "default",
iconSide: "left",
hideLabel: false,
showIcon: false,
}

Button.defaultProps = { ...defaultButtonProps }
Expand Down

0 comments on commit 68a4266

Please sign in to comment.