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