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 (