Merge pull request #448 from Safelite/CSR-572-QA-fix
CSR-572 fix so proper alert shows based on VIN.
This commit is contained in:
commit
712ababc01
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
:manualHeadline="MatchedDifferentVehicleAlertHeader"
|
||||
:manualCopy="MatchedDifferentVehicleAlertBody"
|
||||
v-model="customAlertData"
|
||||
v-if="isCarIdDifferent"
|
||||
v-if="isCarIdDifferent && !vinNotFound"
|
||||
alertClass="alert-warning"
|
||||
/>
|
||||
<alert
|
||||
|
|
|
|||
Loading…
Reference in a new issue