Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
98ec01661c
commit
1851ad9d04
@@ -102,8 +102,10 @@ function TemplateEditor({ formKey, userId }: { formKey: FormKey; userId: string
|
||||
setConfig({ ...DEFAULT_TEMPLATES[formKey] });
|
||||
};
|
||||
|
||||
const showItemLabels = true;
|
||||
const showDefaultLineItems = true;
|
||||
const isLetter = formKey === "letter";
|
||||
const showItemLabels = !isLetter;
|
||||
const showDefaultLineItems = !isLetter;
|
||||
const showLetterheadEditor = isLetter;
|
||||
|
||||
return (
|
||||
<Card>
|
||||
|
||||
Reference in New Issue
Block a user