Merge pull request #1382 from Safelite/feature/CSR-1690
Set ErrorMessage name to use customComponentId prop
This commit is contained in:
commit
efdfc368dc
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
|||
loaderColor="blue"
|
||||
loaderPosition="center" />
|
||||
<div class="row form-test-error" id="date-of-month-error">
|
||||
<ErrorMessage name="date-of-month" class="small mt-1"></ErrorMessage>
|
||||
<ErrorMessage :name="customComponentId" class="small mt-1"></ErrorMessage>
|
||||
</div>
|
||||
<button
|
||||
v-if="calendarViewDirection === 'future' && !disableViewMoreDatesButton"
|
||||
|
|
|
|||
Loading…
Reference in a new issue