浏览代码

fix: lodash package rename (#9)

Co-authored-by: Joel
tags/0.2.2
Joel 2 年前
父节点
当前提交
19eaf27126
没有帐户链接到提交者的电子邮件

+ 2
- 2
web/app/components/header/account-setting/provider-page/provider-input/useValidateToken.ts 查看文件

@@ -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 {

正在加载...
取消
保存