Update quote.vue
This commit is contained in:
parent
93b1d489d1
commit
66a371b2c6
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ export default {
|
|||
store.getters.order.referralNumber?.length !== 6
|
||||
);
|
||||
},
|
||||
getDefaultIsInsuranceSelectedValue(availableLineItems) {
|
||||
getDefaultIsInsuranceSelectedValue(availableLineItems) {
|
||||
const serviceLocationState = store.getters.order.serviceLocation.state;
|
||||
// Override if coming back from QuoteDetails. Remove override after Quote release
|
||||
const isInsuranceOverrideValue = this.$route.query?.isInsurance;
|
||||
|
|
|
|||
Loading…
Reference in a new issue