chore(table): typo (#3374)

This commit is contained in:
Simon He 2023-12-04 11:53:11 +08:00 committed by GitHub
parent 05bc4acb9b
commit 7207a0b840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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