CSR-1610: additional fix for savedSessionId load
This commit is contained in:
parent
66fab1c774
commit
0b84b7f7a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue