Skip to content

Commit

Permalink
Merge pull request #208 from SlovakNationalGallery/KOMARCH-293-disabl…
Browse files Browse the repository at this point in the history
…e-document-preview

disable document previews
  • Loading branch information
igor-kamil committed Feb 8, 2024
2 parents 2802651 + 12e692a commit 1af18c7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
{{ __('generic.name') }}
</ButtonSortable>
</th>
<th
<!-- <th
class="select-none font-normal pb-10 text-sm w-20"
>
{{ __('documents.preview') }}
</th>
</th> -->
<th
class="select-none font-normal pb-10 text-sm w-80"
>
Expand All @@ -50,9 +50,9 @@
<td class="py-1">
{{ document.name }}
</td>
<td>
<!-- <td>
<DocumentsOverviewResultsPreview :document="document" v-if="document.file.thumb" />
</td>
</td> -->
<td>
<DocumentsOverviewResultsDownload :document="document" />
</td>
Expand Down

0 comments on commit 1af18c7

Please sign in to comment.