mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Auto stash before merge of "dev" and "origin/dev"
This commit is contained in:
parent
4429198397
commit
6ab57a1ace
2 changed files with 11 additions and 1 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