Yuki Takei %!s(int64=4) %!d(string=hai) anos
pai
achega
fa88ce7dcc
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      packages/app/src/components/SearchTypeahead.tsx

+ 2 - 1
packages/app/src/components/SearchTypeahead.tsx

@@ -1,6 +1,6 @@
 import React, {
   FC, ForwardRefRenderFunction, forwardRef, useImperativeHandle,
-  KeyboardEvent, useCallback, useReducer, useRef, useState,
+  KeyboardEvent, useCallback, useRef, useState,
 } from 'react';
 // eslint-disable-next-line no-restricted-imports
 import { AxiosResponse } from 'axios';
@@ -43,6 +43,7 @@ type Props = TypeaheadProps & {
   onSubmit?: (input: string) => void,
   inputName?: string,
   keywordOnInit?: string,
+  // eslint-disable-next-line @typescript-eslint/no-explicit-any
   helpElement?: any,
   behaviorOfResetBtn?: 'restore' | 'clear',
 };