Merge remote-tracking branch 'origin/hotfix/3.6.2'

This commit is contained in:
Andrii Shvaika 2024-01-31 13:05:28 +02:00
commit 3428928d45

View File

@ -154,7 +154,7 @@ export class ImageDialogComponent extends
this.imageChanged = true;
this.image = result;
this.imagePreviewData = {
url: this.image.public ? this.image.publicLink : this.image.link
url: this.image.public ? `${this.image.publicLink}?ts=${new Date().getTime()}` : this.image.link
};
}
});