Skip to content

Commit

Permalink
Fixed: typo for event name
Browse files Browse the repository at this point in the history
  • Loading branch information
adityasharma7 authored Jul 18, 2023
1 parent 77abe7e commit 2d7f8bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Order.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default defineComponent({
instanceUrl: `${this.$route.query.oms}/api/`,
cacheMaxAge: this.maxAge,
events: {
responseErrror: () => {
responseError: () => {
setTimeout(() => this.dismissLoader(), 100);
}
}
Expand Down Expand Up @@ -441,4 +441,4 @@ export default defineComponent({
};
}
});
</script>
</script>

0 comments on commit 2d7f8bb

Please sign in to comment.