TMP format change
This commit is contained in:
@@ -368,12 +368,7 @@ export const getTempCaseRef = () => {
|
|||||||
|
|
||||||
const randomGUID = uuidv4();
|
const randomGUID = uuidv4();
|
||||||
|
|
||||||
return (
|
return "TMP-" + randomString(5).toUpperCase();
|
||||||
"TMP-" +
|
|
||||||
randomString(5).toUpperCase() +
|
|
||||||
"-" +
|
|
||||||
randomString(6).toUpperCase()
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const getThumbnailIconByExtension = (blobName) => {
|
export const getThumbnailIconByExtension = (blobName) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user