Merge pull request #1565 from Safelite/feature/Digital/csr-1663
CSR-1663
This commit is contained in:
commit
313a823f8b
2 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ export default {
|
|||
isRequired: Boolean,
|
||||
maxLength: {
|
||||
type: Number,
|
||||
default: 250,
|
||||
default: 150,
|
||||
},
|
||||
modelValue: String,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
class="mb-4"
|
||||
v-model="techNotes"
|
||||
cmsWidgetName="TextAreaContentWidget"
|
||||
maxLength="250" />
|
||||
maxLength="150" />
|
||||
|
||||
<textBlock cmsWidgetName="DisclaimerCopyWidget" typeStyle="caption" />
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue