Skip to content

Commit

Permalink
Update badge.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioplateroti authored Jun 5, 2024
1 parent 0da7497 commit 19327aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/badge/badge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class BadgeDirective implements OnChanges, AfterViewInit {
* Size of the badge, valid options are "large" and "xlarge".
* @group Props
*/
@Input() public badgeSize: 'large' | 'xlarge';
@Input() public badgeSize: 'large' | 'xlarge' | undefined;
/**
* Size of the badge, valid options are "large" and "xlarge".
* @group Props
Expand Down

0 comments on commit 19327aa

Please sign in to comment.