瀏覽代碼

fix: lodash package rename (#9)

Co-authored-by: Joel
tags/0.2.2
Joel 2 年之前
父節點
當前提交
19eaf27126
No account linked to committer's email address

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

Loading…
取消
儲存