From fbab7daa0f4764cdfbbff2faf730a80c7bc5e42f Mon Sep 17 00:00:00 2001 From: Katie Date: Wed, 29 Jun 2022 09:30:15 -0400 Subject: [PATCH] CSR-343 Cleanup --- src/common-components/button-question/button-question.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 582b4a3f9..0cc7d5e03 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -178,7 +178,6 @@ export default { } } - this.$emit("change"); this.$emit("isCheckedChanged", val); }, },