Skip to content

Commit

Permalink
remove Result defaultProps (ant-design#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
puti94 authored Apr 9, 2020
1 parent a8e3fdd commit 99a7359
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/result/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ export interface ResultNativeProps
}

export default class Result extends React.Component<ResultNativeProps, any> {
static defaultProps = {
buttonType: '',
};

render() {
const {
Expand Down

0 comments on commit 99a7359

Please sign in to comment.