TMP format change

This commit is contained in:
2024-03-26 12:36:37 +00:00
parent 49f6c76e2f
commit 2f3902a119
+1 -6
View File
@@ -368,12 +368,7 @@ export const getTempCaseRef = () => {
const randomGUID = uuidv4();
return (
"TMP-" +
randomString(5).toUpperCase() +
"-" +
randomString(6).toUpperCase()
);
return "TMP-" + randomString(5).toUpperCase();
};
export const getThumbnailIconByExtension = (blobName) => {