Merge pull request #1565 from Safelite/feature/Digital/csr-1663

CSR-1663
This commit is contained in:
hiteshkumar87 2023-11-22 20:18:24 +05:30 committed by GitHub
commit 313a823f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ export default {
isRequired: Boolean,
maxLength: {
type: Number,
default: 250,
default: 150,
},
modelValue: String,
},

View file

@ -48,7 +48,7 @@
class="mb-4"
v-model="techNotes"
cmsWidgetName="TextAreaContentWidget"
maxLength="250" />
maxLength="150" />
<textBlock cmsWidgetName="DisclaimerCopyWidget" typeStyle="caption" />