Only show attachments table header when there are attachments
This commit is contained in:
parent
35ef66744b
commit
aa427c7a7d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
{{ attachmentService.uploadProgress }}%
|
||||
</progress>
|
||||
|
||||
<table>
|
||||
<table v-if="attachments.length > 0">
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Size</th>
|
||||
|
|
Loading…
Reference in a new issue