Browse Source

chore(nocodb): fix typos

pull/5454/head
Wing-Kam Wong 2 years 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` is null, then it is local attachment
if (!url) { if (!url) {
// then store the attachement path only // then store the attachment path only
// url will be constructued in `useAttachmentCell` // url will be constructed in `useAttachmentCell`
attachmentPath = `download/${filePath.join('/')}/${fileName}`; attachmentPath = `download/${filePath.join('/')}/${fileName}`;
} }

Loading…
Cancel
Save