Skip to content
Snippets Groups Projects
Commit 0b8eb2f6 authored by Julian's avatar Julian
Browse files

Fix "this.groups is undefined" error when loading coursebook

parent a4f8bf26
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
......@@ -76,6 +76,9 @@ export default {
return {
gqlQuery: documentationsForCoursebook,
lastQuery: null,
// Placeholder values while query isn't completed yet
groups: [],
courses: [],
};
},
apollo: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment