mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 19:06:39 +00:00
fic(nc-gui): handle duplicate filename suffix properly #2379
This commit is contained in:
@@ -205,7 +205,7 @@ export default function convertCellData(
|
||||
...att,
|
||||
title: populateUniqueFileName(
|
||||
att?.title,
|
||||
[...oldAttachments, ...newAttachments].map((fn) => fn?.title || fn?.fileName || 'image'),
|
||||
[...oldAttachments, ...newAttachments].map((fn) => fn?.title || fn?.fileName),
|
||||
att?.mimetype,
|
||||
),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user