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