forked from Github/frigate
Refactor general review filter to only call the update function once (#14866)
This commit is contained in:
@@ -10,3 +10,9 @@ export type FilterList = {
|
||||
};
|
||||
|
||||
export const LAST_24_HOURS_KEY = "last24Hours";
|
||||
|
||||
export type GeneralFilter = {
|
||||
showAll?: boolean;
|
||||
labels?: string[];
|
||||
zones?: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user