浏览代码

remove setting-system/index.tsx error import (#2507)

### What problem does this PR solve?

_Briefly describe what this PR aims to solve. Include background context
that will help reviewers understand the purpose of the PR._

Regarding the code merge #ca0c22f3184b9229e7e86de699842bb3b0e502c2, the
ragflow/web code will not run. This commit solves this problem.

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
- [ ] New Feature (non-breaking change which adds functionality)
- [ ] Documentation Update
- [ ] Refactoring
- [ ] Performance Improvement
- [ ] Other (please describe):
tags/v0.12.0
_Chenbing 1年前
父节点
当前提交
5dd19c6a57
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      web/src/pages/user-setting/setting-system/index.tsx

+ 0
- 1
web/src/pages/user-setting/setting-system/index.tsx 查看文件

@@ -1,6 +1,5 @@
import SvgIcon from '@/components/svg-icon';
import { useFetchSystemStatus } from '@/hooks/user-setting-hooks';
import { ISystemStatus, Storage } from '@/interfaces/database/userSetting';
import {
ISystemStatus,
TaskExecutorElapsed,

正在加载...
取消
保存