Remove dashboard call and fetch Budgets with login
This commit is contained in:
@ -4,7 +4,7 @@ import NewBudget from '@/dialogs/NewBudget.vue';
|
||||
export default {
|
||||
props: ["budgetid"],
|
||||
mounted() {
|
||||
this.$store.dispatch("fetchDashboard");
|
||||
//this.$store.dispatch("fetchDashboard");
|
||||
},
|
||||
watch: {
|
||||
budgetid () {
|
||||
|
Reference in New Issue
Block a user