fix(web): remove knowledge tags

This commit is contained in:
zhaoying
2026-04-17 11:05:41 +08:00
parent 79b7da44e2
commit 5ada7e77fc

View File

@@ -9,7 +9,7 @@
* Displays and manages end user profile information * Displays and manages end user profile information
*/ */
import { forwardRef, useImperativeHandle, useEffect, useState, useRef, useCallback } from 'react' import { forwardRef, useImperativeHandle, useEffect, useState, useRef } from 'react'
import { useTranslation } from 'react-i18next' import { useTranslation } from 'react-i18next'
import { useParams } from 'react-router-dom' import { useParams } from 'react-router-dom'
import { Skeleton, Flex } from 'antd'; import { Skeleton, Flex } from 'antd';
@@ -22,7 +22,6 @@ import {
} from '@/api/memory' } from '@/api/memory'
import EndUserProfileModal from './EndUserProfileModal' import EndUserProfileModal from './EndUserProfileModal'
import type { EndUser, EndUserProfileModalRef, EndUserProfileRef } from '../types' import type { EndUser, EndUserProfileModalRef, EndUserProfileRef } from '../types'
import Tag from '@/components/Tag';
/** /**
* Component props * Component props