Skip to content

Commit

Permalink
Fix typo which prevents error from dispatching
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellamaki committed Nov 13, 2024
1 parent 0d29f46 commit 55b545c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
this.loading = false;
})
.catch(error => {
this.$store.disptch('CORE_SET_ERROR', error);
this.$store.dispatch('CORE_SET_ERROR', error);
});
},
methods: {
Expand Down

0 comments on commit 55b545c

Please sign in to comment.