Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteenkamp89 committed Feb 21, 2024
1 parent 2c6ce93 commit 73c2998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/oSnap/components/Input/Address.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const handleInput = () => {
<UiInput
v-model="input"
:disabled="disabled"
:error="$props.error ?? (error || '')"
:error="props.error ?? (error || '')"
@input="handleInput()"
@blur="dirty = true"
>
Expand Down

0 comments on commit 73c2998

Please sign in to comment.