Setting replace options isMutliSelect to true by default
This commit is contained in:
parent
a326c329ef
commit
6749da508a
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<buttonQuestion
|
||||
v-if="isAvailable && answersToDisplay.length > 1"
|
||||
:questionText="questionText"
|
||||
:isMultiSelect="isMultiSelect"
|
||||
isMultiSelect
|
||||
:answers="answersToDisplay"
|
||||
:groupName="groupName"
|
||||
buttonType="listCard"
|
||||
|
|
@ -28,7 +28,6 @@ export default ({
|
|||
}
|
||||
},
|
||||
props: {
|
||||
isMultiSelect: Boolean,
|
||||
isAvailable: Boolean,
|
||||
filterByVehicleCategory: Boolean,
|
||||
groupName: String,
|
||||
|
|
|
|||
Loading…
Reference in a new issue