mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 10:53:31 +00:00
Add some stuff for edge cases.
This commit is contained in:
@@ -104,8 +104,10 @@
|
||||
},
|
||||
accountTypeFilters() {
|
||||
let types = this.accountTypeFilters.join(',');
|
||||
//console.log(this.inputName + '[' + this.index + '] is now searching for: ' + types);
|
||||
this.accountAutoCompleteURI = document.getElementsByTagName('base')[0].href + "json/accounts?types=" + types + "&query=";
|
||||
},
|
||||
name() {
|
||||
console.log('Trigger watch on name.');
|
||||
}
|
||||
},
|
||||
methods:
|
||||
|
Reference in New Issue
Block a user