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"
|
:manualHeadline="MatchedDifferentVehicleAlertHeader"
|
||||||
:manualCopy="MatchedDifferentVehicleAlertBody"
|
:manualCopy="MatchedDifferentVehicleAlertBody"
|
||||||
v-model="customAlertData"
|
v-model="customAlertData"
|
||||||
v-if="isCarIdDifferent"
|
v-if="isCarIdDifferent && !vinNotFound"
|
||||||
alertClass="alert-warning"
|
alertClass="alert-warning"
|
||||||
/>
|
/>
|
||||||
<alert
|
<alert
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue