mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-20 02:01:19 +00:00
Catch errors, prep to render them.
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
},
|
||||
accountTypeFilters() {
|
||||
let types = this.accountTypeFilters.join(',');
|
||||
console.log(this.inputName + '[' + this.index + '] is now searching for: ' + types);
|
||||
//console.log(this.inputName + '[' + this.index + '] is now searching for: ' + types);
|
||||
this.accountAutoCompleteURI = document.getElementsByTagName('base')[0].href + "json/accounts?types=" + types + "&query=";
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user