Added field editors to all templates
X-Lovable-Edit-ID: edt-2c8a4e11-bac9-4957-a108-fa8c4863baac Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user