Crisp fix (#42)

This commit is contained in:
Chirag
2022-12-22 16:24:01 +05:30
committed by GitHub
parent 07f44ec048
commit 66a5d4f3a4
4 changed files with 18 additions and 18 deletions

View File

@@ -111,9 +111,9 @@ export default {
// Track event
this.$logEvent('register', { source: this.form.hear_about_us })
initCrisp(data).then(() => {
this.$getCrisp().push(['set', 'session:event', [[['register', {}, 'blue']]]])
})
initCrisp(data)
this.$crisp.push(['set', 'session:event', [[['register', {}, 'blue']]]])
// Redirect
if(this.isQuick){