mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed type
This commit is contained in:
parent
d0f073e220
commit
d458c61a99
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ const CascadeSelectProps = [
|
|||
},
|
||||
{
|
||||
name: "optionGroupChildren",
|
||||
type: "string[]",
|
||||
type: "array",
|
||||
default: "null",
|
||||
description: "Property name or getter function to retrieve the items of a group."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue