mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Don't allow editing of sub label until object lifecycle has ended
This commit is contained in:
parent
8a9ebe9292
commit
5134c4299d
@ -721,7 +721,7 @@ function ObjectDetailsTab({
|
||||
ns: "objects",
|
||||
})}
|
||||
{search.sub_label && ` (${search.sub_label})`}
|
||||
{isAdmin && (
|
||||
{isAdmin && search.end_time && (
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<span>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user