Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 17:58:13 +00:00
co-authored by renee-png
parent 717b39a763
commit 4b07c3633d
+2 -2
View File
@@ -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 (
<Card>