Skip to content

Commit

Permalink
fix: add Badge default type value
Browse files Browse the repository at this point in the history
  • Loading branch information
CaedmonW committed Nov 2, 2022
1 parent e323a16 commit 03ecd1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ossa/src/components/badge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export default function Badge(props: OsBadgeProps) {

Badge.defaultProps = {
isShow: true,
type: 'dot'
};

Badge.options = {
Expand Down

0 comments on commit 03ecd1d

Please sign in to comment.