Skip to content

Commit

Permalink
Merge pull request #12839 from marcellamaki/dispatch-typo
Browse files Browse the repository at this point in the history
Fix typo which prevents error from dispatching
  • Loading branch information
rtibbles authored Nov 13, 2024
2 parents 0783b80 + 55b545c commit 458bd60
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 458bd60

Please sign in to comment.