This commit is contained in:
Bryan Mauger 2023-05-09 09:03:49 -04:00
parent 04c241b118
commit f5dfcab4d0
2 changed files with 1 additions and 4 deletions

View file

@ -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");

View file

@ -42,7 +42,7 @@ export default {
computed: {
textAreaLabelCopy() {
return this.getCmsContent("CustomerDetailsTextAreaLabelText", "HeaderText");
}
},
}
};
</script>