Skip to content

Commit

Permalink
SciGaPgh-79: Exclude the thumbnail fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
dinukadesilva committed Feb 17, 2022
1 parent 3c46da6 commit 4774825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9,173 deletions.
5 changes: 3 additions & 2 deletions src/pages/resource/resource-list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,9 @@ export default {
}
await Promise.all(this.resources.map(({resourceId}) =>
this.$store.dispatch("emcResource/fetchResourceThumbnailDataUrl", {resourceId})));
// TODO Fix - Commented since the thumbnails are not currently used.
// await Promise.all(this.resources.map(({resourceId}) =>
// this.$store.dispatch("emcResource/fetchResourceThumbnailDataUrl", {resourceId})));
},
async downloadResource({resourceId}) {
this.processingDownload = {...this.processingDownload, [resourceId]: true};
Expand Down
Loading

0 comments on commit 4774825

Please sign in to comment.