mirror of https://github.com/langgenius/dify.git
fix: lodash package rename
This commit is contained in:
parent
db896255d6
commit
d378a4a731
|
|
@ -1,6 +1,6 @@
|
|||
import { useState, useCallback } from 'react'
|
||||
import debounce from 'lodash/debounce'
|
||||
import { DebouncedFunc } from 'lodash'
|
||||
import debounce from 'lodash-es/debounce'
|
||||
import { DebouncedFunc } from 'lodash-es'
|
||||
import { validateProviderKey } from '@/service/common'
|
||||
|
||||
export enum ValidatedStatus {
|
||||
|
|
|
|||
Loading…
Reference in New Issue