mirror of
https://github.com/langgenius/dify.git
synced 2026-02-09 23:20:12 -05:00
chore(web): migrate lodash-es to es-toolkit compat (#30126)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { escape } from 'lodash-es'
|
||||
import { escape } from 'es-toolkit/compat'
|
||||
|
||||
export const sleep = (ms: number) => {
|
||||
return new Promise(resolve => setTimeout(resolve, ms))
|
||||
|
||||
Reference in New Issue
Block a user