Skip to content

Commit

Permalink
Merge pull request #15790 from fabioplateroti/patch-1
Browse files Browse the repository at this point in the history
Update badge.ts
  • Loading branch information
cetincakiroglu authored Jun 13, 2024
2 parents ea1cdd9 + 19327aa commit 8e1efd6
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 8e1efd6

Please sign in to comment.