diff --git a/src/components/OcTextInput.vue b/src/components/OcTextInput.vue index 11a511f9e..92150119d 100644 --- a/src/components/OcTextInput.vue +++ b/src/components/OcTextInput.vue @@ -230,7 +230,7 @@ export default { }, displayValue() { return this.value || "" - } + }, }, methods: { /**