CSR-1610: additional fix for savedSessionId load

This commit is contained in:
Adam Caouette 2023-12-22 09:57:11 -05:00
parent 66fab1c774
commit 0b84b7f7a0

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: {