mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
fix: Fix lodash module not found issue (#16953)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { get } from 'lodash'
|
||||
import { get } from 'lodash-es'
|
||||
import { buildChatItemTree, getThreadMessages } from '../utils'
|
||||
import type { ChatItemInTree } from '../types'
|
||||
import branchedTestMessages from './branchedTestMessages.json'
|
||||
|
||||
Reference in New Issue
Block a user