mirror of
https://github.com/logos-storage/logos-storage-frontend.git
synced 2026-01-04 06:13:07 +00:00
FIX missing cid when upload
This commit is contained in:
parent
32a18a36d3
commit
7b12a4563c
@ -55,8 +55,8 @@ function UploadTab() {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
console.log(response.data);
|
console.log(newCid);
|
||||||
newCid = response.data.cid;
|
newCid = response.data;
|
||||||
});
|
});
|
||||||
console.log(newCid);
|
console.log(newCid);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user