diff --git a/app/views/console/comps/header.phtml b/app/views/console/comps/header.phtml index d526a4d56..185d387a9 100644 --- a/app/views/console/comps/header.phtml +++ b/app/views/console/comps/header.phtml @@ -278,7 +278,7 @@ const sdk = window.ls.container.get('sdk'); const file = formData.get('file'); const fileId = formData.get('fileId'); - const id = fileId === 'unique()' ? new Date().getTime().toString() : fileId; + const id = fileId === 'unique()' ? performance.now() : fileId; let read = formData.get('read'); if(read) { read = JSON.parse(read);