Skip to content

Commit

Permalink
fix(validated-input/types/select): typo in inputId
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Aug 12, 2024
1 parent da2a276 commit b6e347b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/validated-input/types/select.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
)
}}
name={{@name}}
id={{@inpudId}}
id={{@inputId}}
disabled={{@disabled}}
multiple={{@multiple}}
{{on "change" this.onUpdate}}
Expand Down

0 comments on commit b6e347b

Please sign in to comment.