Skip to content

Commit

Permalink
#804 cleanup - removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
D-GopalKrishna committed Feb 19, 2024
1 parent 124c6a2 commit 058f22e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const OSBDialog: React.FunctionComponent<UploadAreaProps> = ({


const dropThumbnail = (uploadedThumbnail: any) => {
// thumbnail = uploadedThumbnail;
setThumbnail(uploadedThumbnail);
previewFile(uploadedThumbnail);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ export const EditRepoDialog = ({
<ThumbnailUploadArea
thumbnail={thumbnail}
setThumbnail={setThumbnail}
// thumbnailPreview={thumbnailPreview}
thumbnailError={thumbnailError}
setThumbnailError={setThumbnailError}
workspace={repository}
Expand Down

0 comments on commit 058f22e

Please sign in to comment.