Skip to content

Commit

Permalink
RL Collateral Selector fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Dec 6, 2023
1 parent 9c959db commit fac4756
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,14 @@
v-model="currentVehicle.type"
class="vehicle-type-select"
:items="vehicleTypesNoMH"
itemTitle="text"
variant="filled"
label="Vehicle Type"
:errorMessages="
errors.type.message ? errors.type.message : ''
"
@update:model-value="resetSerialError()"
>
<template #item="{item, props}">
<v-list-item
v-bind="props"
class="list-item"
>
{{ item.text }}
</v-list-item>
</template>
</v-select>
/>
</v-col>
<v-col v-else>
<v-select
Expand Down

0 comments on commit fac4756

Please sign in to comment.