Browse Source

chore(nocodb): typo

pull/4959/head
Wing-Kam Wong 2 years ago
parent
commit
c3739ce706
  1. 2
      packages/nocodb/src/lib/meta/api/attachmentApis.ts

2
packages/nocodb/src/lib/meta/api/attachmentApis.ts

@ -105,7 +105,7 @@ export async function uploadViaURL(req: Request, res: Response) {
let attachmentPath;
// if `url` is null, then it is local attachment
// if `attachmentUrl` is null, then it is local attachment
if (!attachmentUrl) {
// then store the attachement path only
// url will be constructued in `useAttachmentCell`

Loading…
Cancel
Save