typo fix
This commit is contained in:
parent
a7e3c8b669
commit
e9bcab5402
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ export default {
|
|||
this.getInitialQuestionData();
|
||||
},
|
||||
methods: {
|
||||
arePagePrerequisiteValid() {
|
||||
arePagePrerequisitesValid() {
|
||||
const moldingQuestionsFromPageData = useMainStore().pageData(
|
||||
issPageValues.MOLDING_QUESTIONS
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue