1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Fixing an issue with import and images not displaying correctly.

This commit is contained in:
mike12345567 2023-12-05 18:27:56 +00:00
parent 8628c67c90
commit be6cb0825c

View file

@ -249,7 +249,9 @@ export async function outputProcessing<T extends Row[] | Row>(
continue
}
row[property].forEach((attachment: RowAttachment) => {
attachment.url ??= objectStore.getAppFileUrl(attachment.key)
if (!attachment.url) {
attachment.url = objectStore.getAppFileUrl(attachment.key)
}
})
}
} else if (