Merge pull request #24279 from eakarpov/patch-1

Removed dublicated "original" key
This commit is contained in:
Mine Starks
2018-03-23 16:51:42 -07:00
committed by GitHub

View File

@@ -642,9 +642,6 @@ export interface RowInfo {
/** An array of any expandable sub-rows contained in this row */
subRows: any[];
/** Original object passed to row */
original: any;
}
export interface FinalState extends TableProps {