fix(front/file-uploader): remove unnecessary data-table-container usage
This commit is contained in:
parent
c2182dbbca
commit
53c7423115
@ -191,7 +191,6 @@
|
||||
|
||||
<Pagination pagination={$locals.pagination} routeName="file-uploader" contextSize={3}/>
|
||||
|
||||
<div class="data-table-container">
|
||||
<table class="data-table file-upload-table">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -239,7 +238,6 @@
|
||||
{/each}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<Pagination pagination={$locals.pagination} routeName="file-uploader" contextSize={3}/>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user