diff --git a/frontend/src/pages/DatabasePage.tsx b/frontend/src/pages/DatabasePage.tsx index 7e6991f..02defbe 100644 --- a/frontend/src/pages/DatabasePage.tsx +++ b/frontend/src/pages/DatabasePage.tsx @@ -84,6 +84,10 @@ const DatabasePage: React.FC = () => { } }; + const handleRefresh = () => { + loadSessions(); + }; + const openRename = () => { if (!selectedSessionId) { info('请先选择一条解析数据'); @@ -259,7 +263,7 @@ const DatabasePage: React.FC = () => {