Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Aug 12, 2024
2 parents 74ad671 + 5691cf6 commit 586cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Select/Select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Labelled(
select(
:id="`${id}`",
:name="name",
:value="value",
:value="model",
:class="styles.Input",
:disabled="disabled",
:aria-invalid="Boolean(error)",
Expand Down

0 comments on commit 586cb00

Please sign in to comment.