Merge pull request #1227 from Aysnine/patch-1

fix CascadeSelectProp.optionGroupChildren type
This commit is contained in:
Cagatay Civici 2021-05-18 12:41:15 +03:00 committed by GitHub
commit 0cc7a4510b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@ interface CascadeSelectProps {
optionLabel?: string;
optionValue?: any;
optionGroupLabel?: string;
optionGroupChildren?: string;
optionGroupChildren?: string[];
placeholder?: string;
disabled?: boolean;
dataKey?: string;