From 7697c788d5f2a6c2141aade8e78fdc19f98d513f Mon Sep 17 00:00:00 2001 From: Shaojin Wen Date: Sun, 12 Jul 2026 10:43:45 +0800 Subject: [PATCH] fix(web-shell): correct stale composerTagIcons import in ScheduledTasksDialog (#6748) PR #6537 consolidated composerTagIcons.ts into utils/composerTag.ts but PR #6589 was branched before that and re-introduced the old import path, breaking the Vite build. --- .../client/components/dialogs/ScheduledTasksDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-shell/client/components/dialogs/ScheduledTasksDialog.tsx b/packages/web-shell/client/components/dialogs/ScheduledTasksDialog.tsx index f59dcf7ed9..feb4adcb83 100644 --- a/packages/web-shell/client/components/dialogs/ScheduledTasksDialog.tsx +++ b/packages/web-shell/client/components/dialogs/ScheduledTasksDialog.tsx @@ -23,7 +23,7 @@ import type { DaemonWorkspaceSkillStatus, } from '@qwen-code/sdk/daemon'; import { useI18n } from '../../i18n'; -import { getComposerTagIconUrl } from '../composerTagIcons'; +import { getComposerTagIconUrl } from '../../utils/composerTag'; import { cssUrlValue } from '../../utils/cssUrlVar'; import { DialogShell } from './DialogShell'; import {