mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
fix: th scope col
This commit is contained in:
parent
a38def7cae
commit
78c4436b3f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue