Skip to content

Commit

Permalink
A one line fix for #10821 - ?
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev committed Sep 3, 2024
1 parent 92d3839 commit 21d956e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,7 @@ public Dataset setNonDatasetFileAsThumbnail(Dataset dataset, InputStream inputSt
}
dataset = DatasetUtil.persistDatasetLogoToStorageAndCreateThumbnails(dataset, inputStream);
dataset.setThumbnailFile(null);
dataset.setUseGenericThumbnail(false);
return merge(dataset);
}

Expand Down

0 comments on commit 21d956e

Please sign in to comment.