Skip to content

Commit

Permalink
#804 fix thumbnail preview
Browse files Browse the repository at this point in the history
  • Loading branch information
D-GopalKrishna committed Feb 19, 2024
1 parent 4ffc875 commit 124c6a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const OSBDialog: React.FunctionComponent<UploadAreaProps> = ({
const dropThumbnail = (uploadedThumbnail: any) => {
// thumbnail = uploadedThumbnail;
setThumbnail(uploadedThumbnail);
previewFile(thumbnail);
previewFile(uploadedThumbnail);
};

const previewFile = (file: Blob) => {
Expand Down

0 comments on commit 124c6a2

Please sign in to comment.