chore(nc-gui): lint

This commit is contained in:
Ramesh Mane
2025-03-05 14:51:14 +00:00
parent 19b127e09b
commit daf3ecb473
3 changed files with 6 additions and 26 deletions

View File

@@ -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) {