|
@@ -147,7 +147,7 @@ const saveHandler = async () => {
|
|
|
const body: SaveCaseFileImageInfo = {
|
|
|
caseId: args.caseId,
|
|
|
imgType: args.type,
|
|
|
- file: new File([blob], `${filesTitle}_${args.fileId}.jpg`),
|
|
|
+ file: new File([blob], `${filesTitle}.jpg`),
|
|
|
filesTitle: filesTitle,
|
|
|
content: store && JSON.stringify(store),
|
|
|
};
|