Only show attachments table header when there are attachments
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
{{ attachmentService.uploadProgress }}%
|
{{ attachmentService.uploadProgress }}%
|
||||||
</progress>
|
</progress>
|
||||||
|
|
||||||
<table>
|
<table v-if="attachments.length > 0">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
<th>Size</th>
|
<th>Size</th>
|
||||||
|
Reference in New Issue
Block a user