SSR-1660 change field back and added reason why.

This commit is contained in:
Josh Dassinger 2024-10-28 08:49:34 -05:00
parent ff49da46e2
commit 7b5bc29126

View file

@ -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();
} }