Merge pull request #1661 from Safelite/feature/CSR-1610-bugfix-ajc

CSR-1610: additional fix for savedSessionId load
This commit is contained in:
AdamCaouetteSafelite 2023-12-22 13:42:06 -05:00 committed by GitHub
commit e8b68b0cd4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ export default {
return this.$store.getters.pageData(fmgPageValues.PART_QUESTIONS).partsOrQuestions; return this.$store.getters.pageData(fmgPageValues.PART_QUESTIONS).partsOrQuestions;
}, },
}, },
mounted() { created() {
this.getInitialQuestionData(); this.getInitialQuestionData();
}, },
methods: { methods: {