From cc2aeb006058dcb90c93f4a00eb9a737e3129035 Mon Sep 17 00:00:00 2001 From: Xu Han Date: Thu, 29 Aug 2024 08:01:18 +0000 Subject: [PATCH 1/2] fix: Fix formatting issue in ChatbotManagement component --- .../portal/src/pages/chatbotManagement/ChatbotManagement.tsx | 5 +++-- source/portal/src/types/index.ts | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/portal/src/pages/chatbotManagement/ChatbotManagement.tsx b/source/portal/src/pages/chatbotManagement/ChatbotManagement.tsx index bb6616b2..64fe3e00 100644 --- a/source/portal/src/pages/chatbotManagement/ChatbotManagement.tsx +++ b/source/portal/src/pages/chatbotManagement/ChatbotManagement.tsx @@ -268,7 +268,7 @@ const ChatbotManagement: React.FC = () => { id: 'updateTime', header: t('updateTime'), cell: (item: ChatbotItem) => - formatTime(parseInt(item.LastModifiedTime) * 1000), + formatTime(item.LastModifiedTime), }, ]} items={tableChatbotList} @@ -414,6 +414,7 @@ const ChatbotManagement: React.FC = () => { >