From 4b07c3633d3da56c5a9a84261e04dc9aa7182bc7 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 17:58:13 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/settings.form-templates.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/settings.form-templates.tsx b/src/routes/settings.form-templates.tsx index c80a139..d426a7e 100644 --- a/src/routes/settings.form-templates.tsx +++ b/src/routes/settings.form-templates.tsx @@ -102,8 +102,8 @@ function TemplateEditor({ formKey, userId }: { formKey: FormKey; userId: string setConfig({ ...DEFAULT_TEMPLATES[formKey] }); }; - const showItemLabels = ["itl", "itf", "estoppel"].includes(formKey); - const showDefaultLineItems = formKey === "nola"; + const showItemLabels = true; + const showDefaultLineItems = true; return (