SSR-1660 change field back and added reason why.
This commit is contained in:
parent
ff49da46e2
commit
7b5bc29126
1 changed files with 2 additions and 1 deletions
|
|
@ -471,7 +471,8 @@ export default {
|
||||||
},
|
},
|
||||||
startNewReferral() {
|
startNewReferral() {
|
||||||
this.mainStore.issConfig.enableContinueFromCookie = false;
|
this.mainStore.issConfig.enableContinueFromCookie = false;
|
||||||
this.mainStore.order.loadedFromCookie = false;
|
// Setting this to true so we skip dupe check since the user already decided not to load the previous referral
|
||||||
|
this.mainStore.order.loadedFromCookie = true;
|
||||||
this.answeredContinueModal = true;
|
this.answeredContinueModal = true;
|
||||||
this.$refs.continueModal.closeModal();
|
this.$refs.continueModal.closeModal();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue