fix: resolve issue with uploading templates

This commit is contained in:
Mythie
2025-05-03 08:09:44 +10:00
parent ac7d24eb12
commit 516e237966

View File

@ -83,7 +83,7 @@ export const createTemplate = async ({
userId,
templateDocumentDataId,
teamId,
folderId: folder.id,
folderId: folderId,
templateMeta: {
create: {
language: team?.teamGlobalSettings?.documentLanguage,