Merge pull request #1382 from Safelite/feature/CSR-1690

Set ErrorMessage name to use customComponentId prop
This commit is contained in:
Leah Schumann 2023-10-06 14:45:18 -04:00 committed by GitHub
commit efdfc368dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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