diff --git a/src/common-components/base-input-button/base-input-button.vue b/src/common-components/base-input-button/base-input-button.vue index e58e826cc..767d96649 100644 --- a/src/common-components/base-input-button/base-input-button.vue +++ b/src/common-components/base-input-button/base-input-button.vue @@ -143,6 +143,7 @@ export default { this.pushClickEventToGA(); } else { if ( + this.valueToEmit && !this.isValueSelectedOnClick && this.isChecked && this.lastValuePushedToGa != this.value