fix: payments filter (#2989)

This commit is contained in:
Tiago Vasconcelos
2025-02-24 13:53:18 +02:00
committed by GitHub
parent ab0f52d811
commit 73a57ecf97
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ window.LNbits = {
prepareFilterQuery(tableConfig, props) {
if (props) {
tableConfig.pagination = props.pagination
tableConfig.filter = props.filter
tableConfig.filter = {...tableConfig.filter, ...props.filter}
}
const pagination = tableConfig.pagination
tableConfig.loading = true