Merge pull request #483 from Safelite/feature/CSR-574-V2

extra vin success defect
This commit is contained in:
DonielleAtSafelite 2022-05-19 16:54:21 -04:00 committed by GitHub
commit 20668b165f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@
:manualHeadline="PerfectMatchNewVinAlertReadOnlyHeader"
:manualCopy="PerfectMatchNewVinAlertReadOnlyBody"
v-model="customAlertData"
v-if="isVinFieldReadOnly"
v-if="isVinFieldReadOnly"
alertClass="alert-success"
/>
<alert
@ -102,7 +102,7 @@
:manualHeadline="PerfectMatchNewVinAlertHeader"
:manualCopy="PerfectMatchNewVinAlertBody"
v-model="customAlertData"
v-if="perfectMatchNewVinAlert && !noServiceZip && !vinNotFound && meta.valid"
v-if="perfectMatchNewVinAlert && !noServiceZip && !vinNotFound && meta.valid && !isVinFieldReadOnly"
alertClass="alert-success"
/>
<funnelFooter