From 95b588b96c53d9313df93f17ebd37f7f7280d4ae Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:29:19 +0800 Subject: [PATCH] refactor: update artifact list style --- frontend/app/features/schedules/SchedulePage.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/app/features/schedules/SchedulePage.tsx b/frontend/app/features/schedules/SchedulePage.tsx index 7053bd8..2e20694 100644 --- a/frontend/app/features/schedules/SchedulePage.tsx +++ b/frontend/app/features/schedules/SchedulePage.tsx @@ -652,10 +652,7 @@ export default function SchedulePage({ )} - {contextMenu.kind === "artifact" && ( - // 移出调度列表 入口已移除:右键 artifact 只剩查看/绑定等只读操作。 - null - )} + {contextMenu.kind === "artifact" && null} {contextMenu.kind === "node" && (