From 7207a0b84058cd62361d969bc6ecd2b5d1bd582a Mon Sep 17 00:00:00 2001
From: Simon He <57086651+Simon-He95@users.noreply.github.com>
Date: 星期一, 04 十二月 2023 11:53:11 +0800
Subject: [PATCH] chore(table): typo (#3374)

---
 src/components/Table/src/types/table.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/Table/src/types/table.ts b/src/components/Table/src/types/table.ts
index e0a3c0e..2cf37f1 100644
--- a/src/components/Table/src/types/table.ts
+++ b/src/components/Table/src/types/table.ts
@@ -401,7 +401,7 @@
    * @param expanded
    * @param record
    */
-  onExpand?: (expande: boolean, record: T) => void;
+  onExpand?: (expanded: boolean, record: T) => void;
 
   /**
    * Callback executed when the expanded rows change

--
Gitblit v1.8.0