Fix payments filter on wallets.html
This commit is contained in:
parent
6350a74ab9
commit
3331dfeab6
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@
|
|||
:columns="paymentsTable.columns"
|
||||
:pagination.sync="paymentsTable.pagination"
|
||||
no-data-label="No transactions made yet"
|
||||
:filter="paymentsTable.filter"
|
||||
>
|
||||
{% raw %}
|
||||
<template v-slot:header="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue