CSR-986 | Refactor button question changes
This commit is contained in:
parent
8b8709d1d8
commit
e61591010b
2 changed files with 1 additions and 3 deletions
|
|
@ -22,7 +22,6 @@ export default {
|
|||
screenReaderOnlyText: String,
|
||||
isWide: Boolean,
|
||||
additionalButtonStyling: String,
|
||||
suppressError: Boolean,
|
||||
},
|
||||
computed: {
|
||||
selectedValue: {
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue