mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-19 09:41:22 +00:00
Rebuild frontend
This commit is contained in:
1
frontend/src/pages/transactions/create.js
vendored
1
frontend/src/pages/transactions/create.js
vendored
@@ -42,6 +42,7 @@ new Vue({
|
||||
return createElement(Create, {props: props});
|
||||
},
|
||||
beforeCreate() {
|
||||
this.$store.dispatch('root/initialiseStore');
|
||||
this.$store.commit('initialiseStore');
|
||||
this.$store.dispatch('updateCurrencyPreference');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user