diff --git a/src/components/universaldot/DAO/CreateUpdateTaskForm.tsx b/src/components/universaldot/DAO/CreateUpdateTaskForm.tsx index f7d9bd5..d5ddd7f 100644 --- a/src/components/universaldot/DAO/CreateUpdateTaskForm.tsx +++ b/src/components/universaldot/DAO/CreateUpdateTaskForm.tsx @@ -127,7 +127,7 @@ export default function CreateUpdateTaskForm({ let filename_string = ''; for (const file of files) { const { cid } = await ipfs.add(file); - alert(cid); + console.log(cid); URLArray.push(URL.createObjectURL(file)); CIDArray.push(cid.toString()); if(i === fileCount) {