[fix]: various issues discovered during testing (#3002)
* fix: prevent invalid calls to exchange APIs * fix: audit conditions * fix: audit filtering
This commit is contained in:
@@ -357,6 +357,7 @@ window.LNbits = {
|
||||
}
|
||||
},
|
||||
prepareFilterQuery(tableConfig, props) {
|
||||
tableConfig.filter = tableConfig.filter || {}
|
||||
if (props) {
|
||||
tableConfig.pagination = props.pagination
|
||||
Object.assign(tableConfig.filter, props.filter)
|
||||
|
||||
Reference in New Issue
Block a user