mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 11:16:39 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -109,7 +109,7 @@ export default function convertCellData(
|
||||
attachments.push(attachment)
|
||||
}
|
||||
|
||||
// Todo: on paste file add it don't replace
|
||||
// Todo: on paste file add it don't replace
|
||||
if (oldAttachments.length && !attachments.length) {
|
||||
return undefined
|
||||
} else if (value && attachments.length) {
|
||||
|
||||
Reference in New Issue
Block a user