WIP
This commit is contained in:
parent
04c241b118
commit
f5dfcab4d0
2 changed files with 1 additions and 4 deletions
|
|
@ -24,9 +24,6 @@ export default {
|
|||
maxLength: Number,
|
||||
modelValue: String,
|
||||
labelText: String,
|
||||
labelTextOptional: String,
|
||||
textAreaFooterText: String,
|
||||
footerText: Boolean,
|
||||
},
|
||||
mounted: function () {
|
||||
const my_textarea = document.getElementById("textarea-comments");
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ export default {
|
|||
computed: {
|
||||
textAreaLabelCopy() {
|
||||
return this.getCmsContent("CustomerDetailsTextAreaLabelText", "HeaderText");
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue