Skip to content

Commit

Permalink
chore(table): typo (#3374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-He95 committed Dec 4, 2023
1 parent 05bc4ac commit 7207a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Table/src/types/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export interface BasicTableProps<T = any> {
* @param expanded
* @param record
*/
onExpand?: (expande: boolean, record: T) => void;
onExpand?: (expanded: boolean, record: T) => void;

/**
* Callback executed when the expanded rows change
Expand Down

0 comments on commit 7207a0b

Please sign in to comment.