소스 검색

fix: lodash package rename (#9)

Co-authored-by: Joel
tags/0.2.2
Joel 2 년 전
부모
커밋
19eaf27126
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      web/app/components/header/account-setting/provider-page/provider-input/useValidateToken.ts

+ 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…
취소
저장