Sfoglia il codice sorgente

fix: lodash package rename (#9)

Co-authored-by: Joel
tags/0.2.2
Joel 2 anni fa
parent
commit
19eaf27126
Nessun account collegato all'indirizzo email del committer

+ 2
- 2
web/app/components/header/account-setting/provider-page/provider-input/useValidateToken.ts Vedi File

@@ -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…
Annulla
Salva