Skip to content

Commit

Permalink
A one line fix for #10821 - ? (#10823)
Browse files Browse the repository at this point in the history
  • Loading branch information
landreev authored Sep 4, 2024
1 parent 3834bbf commit d4b9260
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 d4b9260

Please sign in to comment.