diff --git a/src/views/Upload/index.tsx b/src/views/Upload/index.tsx index 6c489ec..fbc3af7 100644 --- a/src/views/Upload/index.tsx +++ b/src/views/Upload/index.tsx @@ -434,7 +434,7 @@ export default function Upload() { } if (collectionId) { - processSrc = processSrc.replace('', collectionId); + processSrc = processSrc.replaceAll('', collectionId); } }