Always show requests if there any to show
This commit is contained in:
parent
dbdbbc4e9b
commit
269824b744
@ -117,7 +117,7 @@
|
||||
{% endif %}
|
||||
|
||||
<div class='responsive-table-wrapper'>
|
||||
<table v-if="isExtended && filteredRequests.length">
|
||||
<table v-if="filteredRequests.length">
|
||||
<thead>
|
||||
<tr>
|
||||
<th @click.prevent="updateSortValue(column.attr)" v-for="column in getColumns()"scope="col">
|
||||
|
Loading…
x
Reference in New Issue
Block a user