Skip to content
Snippets Groups Projects

Resolve "Opening participations dialog in coursebook still does additionial GraphQL queries"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -13,7 +13,7 @@ export default {
query: extraMarks,
update: (data) => data.items,
skip() {
return this.customExtraMarks > 0;
return this.customExtraMarks.length > 0;
},
},
},
Loading