From f5da13e56838437cb93ed2e06d735a63596c1bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Wed, 27 May 2026 17:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=A0=E9=99=A4=E8=B5=84?= =?UTF-8?q?=E6=BA=90=E5=BC=B9=E7=AA=97=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ai/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ai/component.jsx b/src/ai/component.jsx index f9a27531..c96ecf54 100644 --- a/src/ai/component.jsx +++ b/src/ai/component.jsx @@ -4,7 +4,7 @@ import { useState } from "react"; export const DeleteModal = ({type, id, cancel, roleByZone, reload}) =>{ const [loading, setLoading] = useState(false) - return { + return { const deleteFn = type === "codes" ? deleteProjectInZoneById : deleteSourceById; setLoading(true); deleteFn(id, roleByZone).then(res=>{