From efd10aaa6aaf281d3c76f228801fe26a9651acec Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 11 Feb 2026 10:59:20 -0600 Subject: [PATCH] add another hidden field --- web/src/components/config-form/section-configs/model.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/config-form/section-configs/model.ts b/web/src/components/config-form/section-configs/model.ts index d8313d6f1..b41df35b8 100644 --- a/web/src/components/config-form/section-configs/model.ts +++ b/web/src/components/config-form/section-configs/model.ts @@ -25,6 +25,7 @@ const model: SectionConfigOverrides = { "attributes_map", "colormap", "all_attributes", + "non_logo_attributes", "plus", ], },