mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +03:00
remove object lifecycle from search details for non-object events
This commit is contained in:
parent
954272cb70
commit
698833ef6c
@ -95,6 +95,11 @@ export default function SearchDetailDialog({
|
|||||||
views.splice(index, 1);
|
views.splice(index, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (search.data.type != "object") {
|
||||||
|
const index = views.indexOf("object lifecycle");
|
||||||
|
views.splice(index, 1);
|
||||||
|
}
|
||||||
|
|
||||||
// TODO implement
|
// TODO implement
|
||||||
//if (!config.semantic_search.enabled) {
|
//if (!config.semantic_search.enabled) {
|
||||||
// const index = views.indexOf("similar-calendar");
|
// const index = views.indexOf("similar-calendar");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user