Fix merge conflict

This commit is contained in:
Katie 2022-08-18 16:28:22 -04:00
parent 23ac001a6a
commit 0b8c454da5

View file

@ -87,13 +87,8 @@ export default {
this.displayLoader(); this.displayLoader();
this.handleCheckChange(); this.handleCheckChange();
} }
<<<<<<< HEAD
this.pushEventToGA(this.$route.query[queryStrings.FMG_PAGE], this.GaActions.CLICKED, this.value.toString(), true);
=======
this.pushEventToGA(this.$route.query[queryStrings.FMG_PAGE], this.GaActions.CLICKED, this.value.toString(), true, this.valueToLogType); this.pushEventToGA(this.$route.query[queryStrings.FMG_PAGE], this.GaActions.CLICKED, this.value.toString(), true, this.valueToLogType);
>>>>>>> origin/develop
}, },
handleCheckChange() { handleCheckChange() {
const emitEvent = { const emitEvent = {