ui: fix eslint
This commit is contained in:
parent
7e1aa8d7e2
commit
3d7112b702
19 changed files with 28 additions and 30 deletions
|
@ -42,7 +42,7 @@ const extractSearchFilters = <T extends string, D extends string = '*'>(
|
|||
return { filters: {} };
|
||||
}
|
||||
|
||||
// @ts-expect-error
|
||||
// @ts-expect-error todo
|
||||
return { filters: Object.fromEntries(filters) };
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue