Browse Source

chore(nocodb): fix typos

pull/5454/head
Wing-Kam Wong 1 year ago
parent
commit
2b4e819a0b
  1. 4
      packages/nocodb/src/lib/services/attachment.svc.ts

4
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}`;
}

Loading…
Cancel
Save