mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
hide data table empty state when loading
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<TableRow v-else>
|
||||
<TableCell class="h-24 text-center" :colspan="table.getVisibleLeafColumns().length">
|
||||
<slot name="empty">
|
||||
<DataTableEmpty :type="emptyType" />
|
||||
<DataTableEmpty v-if="!loading" :type="emptyType" />
|
||||
</slot>
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
|
||||
Reference in New Issue
Block a user