CSR-111-parts Fix loadingModal issue for vin-pages
This commit is contained in:
parent
668a8affb2
commit
ad4ac40c8b
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ export default {
|
||||||
// save to store lineItems.glassParts
|
// save to store lineItems.glassParts
|
||||||
self.$store.commit(storeMutations.UPDATE_GLASS_PARTS, collectedGlassParts);
|
self.$store.commit(storeMutations.UPDATE_GLASS_PARTS, collectedGlassParts);
|
||||||
|
|
||||||
this.$refs.loadingModal.showModal();
|
self.$refs.loadingModal.showModal();
|
||||||
navigateToHeritageFunnel();
|
navigateToHeritageFunnel();
|
||||||
|
|
||||||
// For quote pages MVP release
|
// For quote pages MVP release
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue