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

Respect preloaded data

parent de2c136d
No related branches found
No related tags found
1 merge request!439Resolve "Opening participations dialog in coursebook still does additionial GraphQL queries"
Pipeline #193902 failed
......@@ -13,7 +13,7 @@ export default {
query: extraMarks,
update: (data) => data.items,
skip() {
return this.customExtraMarks > 0;
return this.customExtraMarks.length > 0;
},
},
},
......
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