Skip to content

Commit

Permalink
Merge branch 'feat/sme' into 'dev'
Browse files Browse the repository at this point in the history
fix: typo

See merge request locker/web!127
  • Loading branch information
duchunter committed Feb 19, 2024
2 parents ded04b4 + 5817898 commit 855a923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/pages/sme/SmeContactForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default {
utm_content: this.$cookies.get('utm_content')
}
this.loading = true
await this.this.$axios.post(
await this.$axios.post(
'https://tracking.cystack.net/v1/activities',
payload
)
Expand Down

0 comments on commit 855a923

Please sign in to comment.