Ensure all cameras switch enables/disables each individual switch (#13716)

This commit is contained in:
Josh Hawkins
2024-09-13 07:07:11 -05:00
committed by GitHub
parent ba49054cd7
commit 90c1cc3e3b
2 changed files with 39 additions and 16 deletions

View File

@@ -199,7 +199,7 @@ export default function SearchDetailDialog({
{page == "video" && <VideoTab search={search} config={config} />}
{page == "object lifecycle" && (
<ObjectLifecycle
className="w-full"
className="w-full overflow-x-hidden"
event={search as unknown as Event}
fullscreen={true}
setPane={() => {}}