Skip to content

Commit

Permalink
fix: image upload error #790
Browse files Browse the repository at this point in the history
fixed upload banner_image
  • Loading branch information
jasurobo committed Jan 20, 2022
1 parent 4c2ac90 commit 591bb95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion component/myblogs/WriteNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ export default function WriteNav({
category: "posts",
ContentType: imageFile.type
};

setLoading(true);
try {
const s3ImageUrl = await SharedService.uploadImage(imageFile, imageData);
Expand Down

0 comments on commit 591bb95

Please sign in to comment.