Skip to content

Commit

Permalink
Fix NestedSelect filled prop (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
leodube-aot authored Dec 14, 2023
1 parent db3ed29 commit dcef5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/jurisdiction/NestedSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class="nested-select"
item-value="[group,value]"
return-object
variant="filled"
filled
:error-messages="errorMessages"
:hide-details="hideDetails"
:items="items"
Expand Down

0 comments on commit dcef5b1

Please sign in to comment.