Skip to content

Commit

Permalink
Fixed #9952 - p-cascadeSelect optionGroupChildren wrong type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Mar 1, 2021
1 parent 2941009 commit 96c2bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/cascadeselect/cascadeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class CascadeSelect implements OnInit, AfterContentInit, OnDestroy {

@Input() optionGroupLabel: string;

@Input() optionGroupChildren: string;
@Input() optionGroupChildren: any[];

@Input() placeholder: string;

Expand Down

0 comments on commit 96c2bcb

Please sign in to comment.