Skip to content

Commit

Permalink
Revert "[core] fix(Button): remove invalid HTML attr (palantir#3998)"
Browse files Browse the repository at this point in the history
This reverts commit 6da615b.
  • Loading branch information
dmackerman authored Mar 3, 2020
1 parent 6da615b commit ae31864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/common/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ const INVALID_PROPS = [
"loading",
"leftIcon",
"minimal",
"onRemove", // ITagProps, ITagInputProps
"outlined", // IButtonProps
"onChildrenMount",
"onRemove",
"panel", // ITabProps
"panelClassName", // ITabProps
"popoverProps",
Expand Down

0 comments on commit ae31864

Please sign in to comment.