CSR-986 | Refactor button question changes

This commit is contained in:
Scott Kiener 2022-12-19 11:55:49 -05:00
parent 8b8709d1d8
commit e61591010b
2 changed files with 1 additions and 3 deletions

View file

@ -22,7 +22,6 @@ export default {
screenReaderOnlyText: String, screenReaderOnlyText: String,
isWide: Boolean, isWide: Boolean,
additionalButtonStyling: String, additionalButtonStyling: String,
suppressError: Boolean,
}, },
computed: { computed: {
selectedValue: { selectedValue: {

View file

@ -5,8 +5,7 @@
'list-card w-100 rounded-3 d-flex align-items-center h-100 base-input-button', 'list-card w-100 rounded-3 d-flex align-items-center h-100 base-input-button',
{ horizontal: isWide }, { horizontal: isWide },
]" ]"
v-model="selectedValue" v-model="selectedValue">
:suppressError="suppressError">
<div <div
class="d-flex w-100 align-items-center px-2 h-100 list-card-content button-content rounded-3" class="d-flex w-100 align-items-center px-2 h-100 list-card-content button-content rounded-3"
:class="labelClasses"> :class="labelClasses">