Skip to content

Commit

Permalink
remove alert
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanov-igor committed Jul 11, 2023
1 parent d6b9034 commit 50514dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/universaldot/DAO/CreateUpdateTaskForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 50514dd

Please sign in to comment.