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.
This commit is contained in:
Shaojin Wen 2026-07-12 10:43:45 +08:00 committed by GitHub
parent a6f04b3df1
commit 7697c788d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {