Skip to content

Commit c99f51d

Browse files
author
Kubit
committed
Update children prop mandatory
1 parent 72591cb commit c99f51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pill/types/pill.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface IPillStandAlone extends PillAriaAttributes {
3131
dataTestId?: string;
3232
decorativeIcon?: IElementOrIcon;
3333
selectedIcon?: IElementOrIcon;
34-
children: React.ReactNode;
34+
children?: React.ReactNode;
3535
disabled?: boolean;
3636
multiSelect?: boolean;
3737
selected?: boolean;

0 commit comments

Comments
 (0)