Fixed type

This commit is contained in:
Cagatay Civici 2021-05-18 12:40:43 +03:00
parent d0f073e220
commit d458c61a99

View file

@ -31,7 +31,7 @@ const CascadeSelectProps = [
}, },
{ {
name: "optionGroupChildren", name: "optionGroupChildren",
type: "string[]", type: "array",
default: "null", default: "null",
description: "Property name or getter function to retrieve the items of a group." description: "Property name or getter function to retrieve the items of a group."
}, },