mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
Can store and submit transactions.
This commit is contained in:
@@ -105,9 +105,6 @@
|
||||
accountTypeFilters() {
|
||||
let types = this.accountTypeFilters.join(',');
|
||||
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