mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
chore(web): migrate lodash-es to es-toolkit compat (#30126)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import type { BuiltInMetadataItem, MetadataItemWithValue } from '../types'
|
||||
import type { FullDocumentDetail } from '@/models/datasets'
|
||||
import { get } from 'lodash-es'
|
||||
import { get } from 'es-toolkit/compat'
|
||||
import { useCallback, useState } from 'react'
|
||||
import { useTranslation } from 'react-i18next'
|
||||
import Toast from '@/app/components/base/toast'
|
||||
|
||||
Reference in New Issue
Block a user