Skip to content

Commit

Permalink
chore: remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed Oct 7, 2024
1 parent e76d3b1 commit b62f3b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/webapp/src/containers/BrandingTemplates/_utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ export const useBrandingTemplateFormInitialValues = <
>(
initialValues = {},
) => {
const { pdfTemplate, brandingTemplateState } = useBrandingTemplateBoot();
const { pdfTemplate } = useBrandingTemplateBoot();

const brandingAttributes = {
templateName: pdfTemplate?.templateName,
// ...brandingTemplateState,
...pdfTemplate?.attributes,
};
return {
Expand Down

0 comments on commit b62f3b3

Please sign in to comment.