Skip to content

Commit

Permalink
Don't show preview thumbnail in oc-resource
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Jul 5, 2022
1 parent bd39c37 commit 32304fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-preview/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<template v-else>
<h1 class="oc-invisible-sr" v-text="pageTitle" />
<div class="oc-flex oc-p-s preview-tool-bar">
<oc-resource :resource="activeFilteredFile" />
<oc-resource :is-thumbnail-displayed="false" :resource="activeFilteredFile" />
<div>
<oc-button
class="preview-controls-download"
Expand Down

0 comments on commit 32304fd

Please sign in to comment.