mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand create transaction form.
This commit is contained in:
@@ -37,7 +37,15 @@ let i18n;
|
||||
|
||||
let transactions = function () {
|
||||
return {
|
||||
// transactions are stored in "entries":
|
||||
entries: [],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
init() {
|
||||
Promise.all([getVariable('language', 'en_US')]).then((values) => {
|
||||
i18n = new I18n();
|
||||
|
Reference in New Issue
Block a user