mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-19 01:31:20 +00:00
Update languages.
This commit is contained in:
6
frontend/src/pages/transactions/create.js
vendored
6
frontend/src/pages/transactions/create.js
vendored
@@ -34,5 +34,9 @@ new Vue({
|
||||
store,
|
||||
render(createElement) {
|
||||
return createElement(Create, {props: props});
|
||||
}
|
||||
},
|
||||
beforeCreate() {
|
||||
this.$store.commit('initialiseStore');
|
||||
this.$store.dispatch('updateCurrencyPreference');
|
||||
},
|
||||
}).$mount('#transactions_create');
|
||||
|
||||
Reference in New Issue
Block a user