From 3aa63cace6dcdba82f3e66b64fb70fa958a21982 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 18 Feb 2022 11:00:05 -0500 Subject: [PATCH] Updating button change functionality ternary --- .../list-button-horizontal/list-button-horizontal.vue | 2 +- src/ux-components/list-button/list-button.vue | 2 +- src/ux-components/list-card/list-card.vue | 2 +- src/ux-components/radio/radio.vue | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index 52cad7e91..35a01ded9 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -13,7 +13,7 @@ :aria-required="isRequired" :data-focus-target="groupName" v-model="checkValue" - @change="!selectingInitiatesLoad ? handleCheckChange : ''" + @change="!selectingInitiatesLoad ? handleCheckChange() : ''" />