@alfresco/adf-process-services 8.4.0-19927269263 → 8.4.0-20025150097

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3137,7 +3137,7 @@ class ProcessContentService {
3137
3137
  */
3138
3138
  getContentPreview(contentId) {
3139
3139
  return new Observable((observer) => {
3140
- this.contentApi.getRawContent(contentId).then((result) => {
3140
+ this.contentApi.getRawContent(contentId, 'preview').then((result) => {
3141
3141
  observer.next(result);
3142
3142
  observer.complete();
3143
3143
  }, () => {