Co-authored-by: PiRDub <pirddeveloppeur@gmail.com>
This commit is contained in:
parent
6abded53e0
commit
fd12cc7585
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ function GraphQL({ panelHeight }: { panelHeight: number }) {
|
|||
|
||||
const filterList = (list: any, value: string) => {
|
||||
const filterRE = getRE(value, 'i');
|
||||
const { t } = useTranslation();
|
||||
|
||||
return value
|
||||
? list.filter(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue