Setting isSafeliteShop to true when appropriate
This commit is contained in:
parent
ad938af5d4
commit
fe59bab832
1 changed files with 3 additions and 0 deletions
|
|
@ -376,6 +376,9 @@ export default {
|
|||
this.mapZipCode = this.zipCode;
|
||||
},
|
||||
forwardButtonAction() {
|
||||
if (this.selectedProviderIsSafeliteShop) {
|
||||
useMainStore().updateIsSafeliteProvider(true);
|
||||
}
|
||||
const scenario = this.selectedProviderIsSafeliteShop
|
||||
? this.navigationScenarios.CLICKED_FORWARD_WITH_SAFELITE_SHOP
|
||||
: this.navigationScenarios.CLICKED_FORWARD_WITH_NON_SAFELITE_SHOP;
|
||||
|
|
|
|||
Loading…
Reference in a new issue