From 5134c4299d791769f9074504d211d6a4e42182d7 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sun, 22 Jun 2025 14:21:19 -0500 Subject: [PATCH] Don't allow editing of sub label until object lifecycle has ended --- web/src/components/overlay/detail/SearchDetailDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/overlay/detail/SearchDetailDialog.tsx b/web/src/components/overlay/detail/SearchDetailDialog.tsx index db2d82a6a..83a6c7764 100644 --- a/web/src/components/overlay/detail/SearchDetailDialog.tsx +++ b/web/src/components/overlay/detail/SearchDetailDialog.tsx @@ -721,7 +721,7 @@ function ObjectDetailsTab({ ns: "objects", })} {search.sub_label && ` (${search.sub_label})`} - {isAdmin && ( + {isAdmin && search.end_time && (