use standard call
use standard call
This commit is contained in:
parent
f1147f490b
commit
67c6ec484a
1 changed files with 2 additions and 1 deletions
|
|
@ -47,6 +47,7 @@ import { Form } from "vee-validate";
|
||||||
import { getFunnelCookie } from "@/helpers/heritage-integration/cookie-helper";
|
import { getFunnelCookie } from "@/helpers/heritage-integration/cookie-helper";
|
||||||
import { deleteFunnelCookie } from "@/helpers/heritage-integration/cookie-helper";
|
import { deleteFunnelCookie } from "@/helpers/heritage-integration/cookie-helper";
|
||||||
import { storeActions } from "@/constants/store-actions";
|
import { storeActions } from "@/constants/store-actions";
|
||||||
|
import baseMixin from "@/mixins/base-mixin";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "return-user",
|
name: "return-user",
|
||||||
|
|
@ -79,7 +80,7 @@ export default {
|
||||||
// external-parameter state is active, but those parameters have no
|
// external-parameter state is active, but those parameters have no
|
||||||
// consumer on this interstitial. Clear that state and ensure the loader
|
// consumer on this interstitial. Clear that state and ensure the loader
|
||||||
// is hidden so the user can never get stuck behind it on this page.
|
// is hidden so the user can never get stuck behind it on this page.
|
||||||
this.ResetExternalParamsAndHideModal();
|
baseMixin.methods.ResetExternalParamsAndHideModal();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
arePagePrerequisitesValid() {
|
arePagePrerequisitesValid() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue