mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 16:44:29 +03:00
ensure search_type is cleared on reset
This commit is contained in:
parent
a559635d19
commit
772cced41a
@ -175,7 +175,7 @@ export default function SearchFilterDialog({
|
|||||||
time_range: undefined,
|
time_range: undefined,
|
||||||
zones: undefined,
|
zones: undefined,
|
||||||
sub_labels: undefined,
|
sub_labels: undefined,
|
||||||
search_type: ["thumbnail", "description"],
|
search_type: undefined,
|
||||||
min_score: undefined,
|
min_score: undefined,
|
||||||
max_score: undefined,
|
max_score: undefined,
|
||||||
has_snapshot: undefined,
|
has_snapshot: undefined,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user