fix: th scope col

This commit is contained in:
ShareVB 2024-08-25 22:02:02 +02:00
parent a38def7cae
commit 78c4436b3f

View file

@ -63,7 +63,7 @@ function downloadFile(data: Uint8Array, fileName: string, fileType: string) {
<n-table> <n-table>
<thead> <thead>
<tr> <tr>
<th>Attachment</th><th /> <th scope="col">Attachment</th><th scope="col" />
</tr> </tr>
</thead> </thead>
<tbody> <tbody>