diff --git a/packages/nocodb/src/lib/services/attachment.svc.ts b/packages/nocodb/src/lib/services/attachment.svc.ts index 75e349b3bc..6db7d5fb32 100644 --- a/packages/nocodb/src/lib/services/attachment.svc.ts +++ b/packages/nocodb/src/lib/services/attachment.svc.ts @@ -30,8 +30,8 @@ export async function upload(param: { // if `url` is null, then it is local attachment if (!url) { - // then store the attachement path only - // url will be constructued in `useAttachmentCell` + // then store the attachment path only + // url will be constructed in `useAttachmentCell` attachmentPath = `download/${filePath.join('/')}/${fileName}`; }