From 234e42ccfa56d8b793a78858457d1c397c434881 Mon Sep 17 00:00:00 2001 From: jialin Date: Wed, 3 Jun 2026 15:49:40 +0800 Subject: [PATCH] chore: remove comment --- src/pages/api-keys/index.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pages/api-keys/index.tsx b/src/pages/api-keys/index.tsx index cd740ec7..69cabfa4 100644 --- a/src/pages/api-keys/index.tsx +++ b/src/pages/api-keys/index.tsx @@ -126,12 +126,6 @@ const APIKeys: React.FC = () => { const handleModalOk = async () => { try { await fetchData(); - // setOpenAddModal({ - // open: false, - // title: '', - // action: PageAction.CREATE, - // currentData: null - // }); } catch (error) { // do nothing }