uopdates to naming convention and date handling
This commit is contained in:
@@ -985,7 +985,7 @@ export const RenderFileUpload = (field) => {
|
||||
(file) =>
|
||||
new File(
|
||||
[file],
|
||||
`${field.filenamePrefix}_${file.name}`,
|
||||
`${field.filenamePrefix}_-_Attachment_-_${file.name}`,
|
||||
{
|
||||
type: file.type,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user