fix: th scope col
This commit is contained in:
parent
a38def7cae
commit
78c4436b3f
@ -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…
Reference in New Issue
Block a user