From 026021e4cc81fe753245b5846857f16f4e972c18 Mon Sep 17 00:00:00 2001 From: Denis Forveille Date: Tue, 1 Feb 2022 14:21:41 -0500 Subject: [PATCH] Define OrganizationChartProps::value as "OrganizationChartNode" fixes #2069 --- src/components/organizationchart/OrganizationChart.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organizationchart/OrganizationChart.d.ts b/src/components/organizationchart/OrganizationChart.d.ts index e98efeb71..0f50567eb 100755 --- a/src/components/organizationchart/OrganizationChart.d.ts +++ b/src/components/organizationchart/OrganizationChart.d.ts @@ -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. */