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() : ''" />