This commit is contained in:
hailin 2025-03-30 14:00:25 +08:00
parent 7141d2992a
commit 7493ab3bd1
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ export function DetailPageHeader({ data }: { data: any }) {
{/* 占位 + 删除按钮 */}
<div className="flex-1 flex justify-end items-end">
<button
onClick={() => handleDelete("delete")}
onClick={handleDelete}
className="text-red-500 hover:text-red-700 transition"
disabled={loading}
>