From 4a22448408dab85a26a51545ae639965d0b5dfc3 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Tue, 19 May 2026 18:38:57 -0500 Subject: [PATCH] tweak collapsible --- .../components/config-form/sections/BaseSection.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/components/config-form/sections/BaseSection.tsx b/web/src/components/config-form/sections/BaseSection.tsx index e61ac8a6a7..b4b566fc51 100644 --- a/web/src/components/config-form/sections/BaseSection.tsx +++ b/web/src/components/config-form/sections/BaseSection.tsx @@ -1288,11 +1288,6 @@ export function ConfigSection({
- {isOpen ? ( - - ) : ( - - )} {title} {showOverrideIndicator && effectiveLevel === "camera" && @@ -1323,12 +1318,17 @@ export function ConfigSection({ })} )} + {isOpen ? ( + + ) : ( + + )}
-
{sectionContent}
+
{sectionContent}