ensure search_type is cleared on reset

This commit is contained in:
Josh Hawkins 2024-12-04 09:41:34 -06:00
parent a559635d19
commit 772cced41a

View File

@ -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,