template header & footer margins

This commit is contained in:
Julian Krauser 2025-01-01 13:21:35 +01:00
parent 6154518cbd
commit bfa6eb2347
3 changed files with 34 additions and 12 deletions

View file

@ -35,6 +35,8 @@ export const useTemplateUsageStore = defineStore("templateUsage", {
headerId: templateUsage.headerId,
bodyId: templateUsage.bodyId,
footerId: templateUsage.footerId,
headerHeight: templateUsage.headerHeight,
footerHeight: templateUsage.footerHeight,
});
this.fetchTemplateUsages();
return result;