Skip to content

Commit

Permalink
Define OrganizationChartProps::value as "OrganizationChartNode"
Browse files Browse the repository at this point in the history
fixes #2069
  • Loading branch information
titou10titou10 authored and tugcekucukoglu committed Feb 11, 2022
1 parent 49147d0 commit 026021e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organizationchart/OrganizationChart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit 026021e

Please sign in to comment.