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}