fix bad mapping for is complete on campaign templates

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
Ronni Skansing
2025-10-21 17:25:29 +02:00
parent d6a1060009
commit 43bba415ad
@@ -660,7 +660,7 @@
</a>
{/if}
</TableCell>
<TableCellCheck value={template.isComplete} />
<TableCellCheck value={template.isUsable} />
{#if contextCompanyID}
<TableCellScope companyID={template.companyID} />
{/if}