Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
OcTextInput: fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Sep 5, 2021
1 parent f5df203 commit 6e43b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OcTextInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export default {
},
displayValue() {
return this.value || ""
}
},
},
methods: {
/**
Expand Down

0 comments on commit 6e43b0e

Please sign in to comment.