chore: remove commented line

This commit is contained in:
Ahmed Bouhuolia
2024-10-07 16:10:59 +02:00
parent e76d3b15ce
commit b62f3b3fa6

View File

@@ -44,11 +44,10 @@ export const useBrandingTemplateFormInitialValues = <
>( >(
initialValues = {}, initialValues = {},
) => { ) => {
const { pdfTemplate, brandingTemplateState } = useBrandingTemplateBoot(); const { pdfTemplate } = useBrandingTemplateBoot();
const brandingAttributes = { const brandingAttributes = {
templateName: pdfTemplate?.templateName, templateName: pdfTemplate?.templateName,
// ...brandingTemplateState,
...pdfTemplate?.attributes, ...pdfTemplate?.attributes,
}; };
return { return {