chore: remove comment

This commit is contained in:
jialin
2026-06-03 15:50:06 +08:00
committed by jialin
parent 4426b8dc30
commit 234e42ccfa
-6
View File
@@ -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
}