Skip to content

Commit

Permalink
fix(libs): change return when save image on upload CKEditor5-custom-b…
Browse files Browse the repository at this point in the history
…uild
  • Loading branch information
igr-santos committed Jul 2, 2024
1 parent 2895540 commit 052f4f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clients/libs/ckeditor5-custom-build/src/s3upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ class Adapter {
const imgUrl = xhr.responseURL.split("?")[0];
console.log("S3Upload Success ---->", { url: imgUrl });
return resolve({
url: imgUrl
urls: {
default: imgUrl
}
});
});

Expand Down

0 comments on commit 052f4f3

Please sign in to comment.