fix: external id null for documents created from templates (#1362)

This commit is contained in:
Ephraim Duncan
2024-10-08 10:45:16 +00:00
committed by GitHub
parent e40f47a73c
commit cd3d9b701b
3 changed files with 9 additions and 6 deletions

View File

@ -100,7 +100,7 @@ export const updateTemplateSettings = async ({
},
data: {
title: data.title,
externalId: data.externalId || null,
externalId: data.externalId,
type: data.type,
publicDescription: data.publicDescription,
publicTitle: data.publicTitle,