Skip to content

Commit

Permalink
Change label in TreeData interface to title, since label is deprecated (
Browse files Browse the repository at this point in the history
  • Loading branch information
JribiBelhassen authored and zombieJ committed Jul 25, 2018
1 parent fbf1a35 commit 36f396f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tree-select/interface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { AbstractSelectProps } from '../select';
export interface TreeData {
key: string;
value: string;
label: React.ReactNode;
title: React.ReactNode;
children?: TreeData[];
}

Expand Down

0 comments on commit 36f396f

Please sign in to comment.