mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
Fix
This commit is contained in:
parent
335f88f5e6
commit
853b788194
@ -1,7 +1,7 @@
|
||||
import { useMemo, useState } from "react";
|
||||
|
||||
type useApiFilterReturn<F extends FilterType> = [
|
||||
filter: F,
|
||||
filter: F | undefined,
|
||||
setFilter: (filter: F) => void,
|
||||
searchParams: {
|
||||
[key: string]: any;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user