Define OrganizationChartProps::value as "OrganizationChartNode"

fixes #2069
pull/2142/head
Denis Forveille 2022-02-01 14:21:41 -05:00 committed by Tuğçe Küçükoğlu
parent 49147d0c6a
commit 026021e4cc
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export interface OrganizationChartProps {
/**
* Value of the component.
*/
value?: OrganizationChartNode[];
value?: OrganizationChartNode;
/**
* A map instance of key-value pairs to represented the selected nodes.
*/