mirror of
https://github.com/umami-software/umami.git
synced 2026-02-09 07:07:17 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
a91b9c9716
5 changed files with 22 additions and 8 deletions
|
|
@ -10,7 +10,7 @@ export interface FilterQueryResult<T> {
|
|||
setParams: Dispatch<SetStateAction<T | SearchFilter>>;
|
||||
}
|
||||
|
||||
export function useFilterQuery<T>({
|
||||
export function useFilterQuery<T = any>({
|
||||
queryKey,
|
||||
queryFn,
|
||||
...options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue