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,
isWide: Boolean,
additionalButtonStyling: String,
suppressError: Boolean,
},
computed: {
selectedValue: {

View file

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