We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a8da6 commit 92f58f0Copy full SHA for 92f58f0
src/app/thumbnail/thumbnail.component.ts
@@ -53,6 +53,7 @@ export class ThumbnailComponent implements OnChanges {
53
*/
54
ngOnChanges(changes: SimpleChanges): void {
55
if (this.thumbnail === undefined || this.thumbnail === null) {
56
+ this.src = this.defaultImage;
57
return;
58
}
59
if (this.thumbnail instanceof Bitstream) {
0 commit comments