Merge pull request #2861 from Safelite/feature/CASH-1507
CASH-1507: Continue button text
This commit is contained in:
commit
0d2fbcc2e9
1 changed files with 0 additions and 4 deletions
|
|
@ -318,10 +318,6 @@ export default {
|
||||||
"vin-lookup"
|
"vin-lookup"
|
||||||
);
|
);
|
||||||
|
|
||||||
// Update button "Continue with..."
|
|
||||||
this.$refs.navbar.updateButtonText(
|
|
||||||
`Continue with ${resultMap.vehicleLookupResponse.year} ${resultMap.vehicleLookupResponse.make} ${resultMap.vehicleLookupResponse.model}`
|
|
||||||
);
|
|
||||||
return this.$refs.navbar.removeLoader();
|
return this.$refs.navbar.removeLoader();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue