mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-11 09:46:05 +00:00
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:
parent
a6f04b3df1
commit
7697c788d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue